Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Blackout Update Request Structure

Type: object Properties: 3
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

BlackoutUpdateRequest is a JSON Structure definition published by Oracle Enterprise Manager, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

description reason targets

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlackoutUpdateRequest",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "targets": {
      "type": "array"
    }
  }
}