Oracle Cloud Infrastructure · Example Payload

Monitoring Metric Data Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Monitoring Metric Data Example is an example object payload from Oracle Cloud Infrastructure, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namespacenamecompartmentIddimensionsaggregatedDatapoints

Example Payload

Raw ↑
{
  "namespace": "oci_computeagent",
  "name": "CpuUtilization",
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "dimensions": {
    "key1": "value1"
  },
  "aggregatedDatapoints": "[{'timestamp': '2026-04-18T10:30:00Z', 'value': 42.5}]"
}