BlackoutReasonCreateRequest

Request body for creating a blackout reason.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
reason string Text of the blackout reason.
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-cloud-control-blackout-reason-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlackoutReasonCreateRequest",
  "type": "object",
  "description": "Request body for creating a blackout reason.",
  "properties": {
    "reason": {
      "type": "string",
      "description": "Text of the blackout reason."
    }
  }
}