Oracle Cloud Infrastructure · JSON Structure

Monitoring Update Alarm Details Structure

UpdateAlarmDetails schema from oracle-cloud-monitoring-openapi.yaml

Type: object Properties: 4
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

UpdateAlarmDetails is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

displayName query severity isEnabled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/monitoring-update-alarm-details-structure.json",
  "name": "UpdateAlarmDetails",
  "description": "UpdateAlarmDetails schema from oracle-cloud-monitoring-openapi.yaml",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "example": "my-resource"
    },
    "query": {
      "type": "string",
      "example": "CpuUtilization[1m].mean()"
    },
    "severity": {
      "type": "string",
      "example": "example-value"
    },
    "isEnabled": {
      "type": "boolean",
      "example": true
    }
  }
}