Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Monitoring Summarize Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Monitoring Summarize 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

SummarizeMetricsDataDetails

Properties

Property Type Container
endTime dateTime
namespace string
query string
resolution string
startTime dateTime

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#",
    "SummarizeMetricsDataDetails": "oci:SummarizeMetricsDataDetails",
    "endTime": {
      "@id": "oci:endTime",
      "@type": "xsd:dateTime"
    },
    "namespace": {
      "@id": "oci:namespace",
      "@type": "xsd:string"
    },
    "query": {
      "@id": "oci:query",
      "@type": "xsd:string"
    },
    "resolution": {
      "@id": "oci:resolution",
      "@type": "xsd:string"
    },
    "startTime": {
      "@id": "oci:startTime",
      "@type": "xsd:dateTime"
    }
  }
}