Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Blackout Target Structure

Type: object Properties: 3
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

BlackoutTarget 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

targetName targetType includeMembers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlackoutTarget",
  "type": "object",
  "properties": {
    "targetName": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    },
    "includeMembers": {
      "type": "boolean"
    }
  }
}