Oracle Cloud Infrastructure · Example Payload

Monitoring Alarm Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

idcompartmentIddisplayNamemetricCompartmentIdnamespacequeryseverityisEnabledlifecycleStatedestinationstimeCreated

Example Payload

Raw ↑
{
  "id": "ocid1.alarm.oc1.iad.abcdefg123456",
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "displayName": "High CPU Alarm",
  "metricCompartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "namespace": "oci_computeagent",
  "query": "CpuUtilization[1m].mean() > 90",
  "severity": "CRITICAL",
  "isEnabled": true,
  "lifecycleState": "ACTIVE",
  "destinations": "['example-value']",
  "timeCreated": "2026-04-18T10:30:00Z"
}