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-blackoutreasoncreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BlackoutReasonCreateRequest",
  "title": "BlackoutReasonCreateRequest",
  "type": "object",
  "description": "Request body for creating a blackout reason.",
  "required": [
    "reason"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "description": "Text of the blackout reason.",
      "example": "example_value"
    }
  }
}