Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Monitoring Metric Context

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

1 Classes 5 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

MetricData

Properties

Property Type Container
aggregatedDatapoints reference set
compartmentId string
dimensions
name string
namespace 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#",
    "MetricData": "oci:MetricData",
    "aggregatedDatapoints": {
      "@id": "oci:aggregatedDatapoints",
      "@container": "@set",
      "@type": "@id"
    },
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "dimensions": {
      "@id": "oci:dimensions"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "namespace": {
      "@id": "oci:namespace",
      "@type": "xsd:string"
    }
  }
}