AlarmSummary

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Properties

Name Type Description
id string
displayName string
severity string
isEnabled boolean
lifecycleState string
View JSON Schema on GitHub

JSON Schema

oracle-cloud-alarmsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlarmSummary",
  "title": "AlarmSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "displayName": {
      "type": "string",
      "example": "my-resource"
    },
    "severity": {
      "type": "string",
      "example": "example-value"
    },
    "isEnabled": {
      "type": "boolean",
      "example": true
    },
    "lifecycleState": {
      "type": "string",
      "example": "example-value"
    }
  }
}