BlackoutDashboard

Summary statistics for blackouts.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
totalBlackouts integer Total number of blackouts.
activeBlackouts integer Number of currently active blackouts.
scheduledBlackouts integer Number of scheduled future blackouts.
endedBlackouts integer Number of ended blackouts.
targetsInBlackout integer Total number of targets currently in blackout.
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-blackoutdashboard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BlackoutDashboard",
  "title": "BlackoutDashboard",
  "type": "object",
  "description": "Summary statistics for blackouts.",
  "properties": {
    "totalBlackouts": {
      "type": "integer",
      "description": "Total number of blackouts.",
      "example": 10
    },
    "activeBlackouts": {
      "type": "integer",
      "description": "Number of currently active blackouts.",
      "example": 10
    },
    "scheduledBlackouts": {
      "type": "integer",
      "description": "Number of scheduled future blackouts.",
      "example": 10
    },
    "endedBlackouts": {
      "type": "integer",
      "description": "Number of ended blackouts.",
      "example": 10
    },
    "targetsInBlackout": {
      "type": "integer",
      "description": "Total number of targets currently in blackout.",
      "example": 10
    }
  }
}