Webex · Schema

ClusterUpgradeScheduleBlr

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
scheduleDays array Days of the week when scheduled upgrades will occur for the Video Mesh cluster.
scheduleTime string Time when scheduled upgrade will occur for the Video Mesh cluster.
scheduleTimeZone string Timezone of the scheduled upgrade of Video Mesh cluster.
upgradePending boolean Upgrade Pending information.
nextUpgradeTime string Time when the next upgrade is scheduled for the Video Mesh cluster.
View JSON Schema on GitHub

JSON Schema

webex-clusterupgradescheduleblr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterUpgradeScheduleBlr",
  "title": "ClusterUpgradeScheduleBlr",
  "type": "object",
  "properties": {
    "scheduleDays": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ScheduleDays"
      },
      "description": "Days of the week when scheduled upgrades will occur for the Video Mesh cluster."
    },
    "scheduleTime": {
      "type": "string",
      "example": "02:00",
      "description": "Time when scheduled upgrade will occur for the Video Mesh cluster."
    },
    "scheduleTimeZone": {
      "type": "string",
      "example": "Asia/Kolkata",
      "description": "Timezone of the scheduled upgrade of Video Mesh cluster."
    },
    "upgradePending": {
      "type": "boolean",
      "example": true,
      "description": "Upgrade Pending information."
    },
    "nextUpgradeTime": {
      "type": "string",
      "example": "2020-03-25T20:30:00Z",
      "description": "Time when the next upgrade is scheduled for the Video Mesh cluster."
    }
  }
}