Webex · Schema

ClusterAvailability

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
clusterId string ID of the Video Mesh cluster.
clusterName string Name of the Video Mesh cluster.
availabilitySegments array
View JSON Schema on GitHub

JSON Schema

webex-clusteravailability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterAvailability",
  "title": "ClusterAvailability",
  "type": "object",
  "properties": {
    "clusterId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI=",
      "description": "ID of the Video Mesh cluster."
    },
    "clusterName": {
      "type": "string",
      "example": "San Jose",
      "description": "Name of the Video Mesh cluster."
    },
    "availabilitySegments": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/ClusterAvailableTimeline"
          },
          {
            "$ref": "#/components/schemas/ClusterUnAvailableTimeline"
          }
        ]
      }
    }
  }
}