Oracle Enterprise Manager · JSON Structure

Oracle Enterprise Manager Cloud Control Blackout Schedule Structure

Type: object Properties: 7
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

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

Properties

startTime endTime duration timezone frequency repeatInterval daysOfWeek

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlackoutSchedule",
  "type": "object",
  "properties": {
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "timezone": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "repeatInterval": {
      "type": "integer"
    },
    "daysOfWeek": {
      "type": "array"
    }
  }
}