Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Monitoring Create Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Monitoring Create from Oracle Cloud Infrastructure.

1 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

oci: https://docs.oracle.com/en-us/iaas/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CreateAlarmDetails

Properties

Property Type Container
compartmentId string
destinations string set
displayName string
isEnabled boolean
metricCompartmentId string
namespace string
query string
severity string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "oci": "https://docs.oracle.com/en-us/iaas/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CreateAlarmDetails": "oci:CreateAlarmDetails",
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "destinations": {
      "@id": "oci:destinations",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "oci:displayName",
      "@type": "xsd:string"
    },
    "isEnabled": {
      "@id": "oci:isEnabled",
      "@type": "xsd:boolean"
    },
    "metricCompartmentId": {
      "@id": "oci:metricCompartmentId",
      "@type": "xsd:string"
    },
    "namespace": {
      "@id": "oci:namespace",
      "@type": "xsd:string"
    },
    "query": {
      "@id": "oci:query",
      "@type": "xsd:string"
    },
    "severity": {
      "@id": "oci:severity",
      "@type": "xsd:string"
    }
  }
}