Oracle Cloud Infrastructure · Example Payload

Monitoring Create Alarm Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

compartmentIddisplayNamemetricCompartmentIdnamespacequeryseverityisEnableddestinations

Example Payload

Raw ↑
{
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "displayName": "my-resource",
  "metricCompartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "namespace": "oci_computeagent",
  "query": "CpuUtilization[1m].mean()",
  "severity": "CRITICAL",
  "isEnabled": true,
  "destinations": "['example-value']"
}