Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Blackout Structure

Type: object Properties: 10
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Properties

blackoutId blackoutName description status reason createdBy targets timeCreated timeUpdated canonicalLink

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Blackout",
  "type": "object",
  "properties": {
    "blackoutId": {
      "type": "string"
    },
    "blackoutName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "targets": {
      "type": "array"
    },
    "timeCreated": {
      "type": "string"
    },
    "timeUpdated": {
      "type": "string"
    },
    "canonicalLink": {
      "type": "string"
    }
  }
}