BlackoutReason

A predefined reason for blackouts.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
reasonId string Unique identifier for the reason.
reason string Text of the blackout reason.
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-cloud-control-blackout-reason-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlackoutReason",
  "type": "object",
  "description": "A predefined reason for blackouts.",
  "properties": {
    "reasonId": {
      "type": "string",
      "description": "Unique identifier for the reason."
    },
    "reason": {
      "type": "string",
      "description": "Text of the blackout reason."
    }
  }
}