BlackoutUpdateRequest

Request body for updating a blackout.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
description string
reason string
targets array
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-cloud-control-blackout-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlackoutUpdateRequest",
  "type": "object",
  "description": "Request body for updating a blackout.",
  "properties": {
    "description": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "targets": {
      "type": "array"
    }
  }
}