Webex · Schema

SingleNodeAvailabilityObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
clusterId string ID of the Video Mesh cluster.
clusterName string Name of the Video Mesh cluster.
hostNameOrIp string Host Name or the IP of the Video Mesh node.
nodeId string ID of the Video Mesh node.
availabilitySegments array
View JSON Schema on GitHub

JSON Schema

webex-singlenodeavailabilityobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SingleNodeAvailabilityObject",
  "title": "SingleNodeAvailabilityObject",
  "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."
    },
    "hostNameOrIp": {
      "type": "string",
      "example": "xyz.abc.com",
      "description": "Host Name or the IP of the Video Mesh node."
    },
    "nodeId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMWViNjVmZGYtOTY0My00MTdmLTk5NzQtYWQ3MmNhZTBlMTBmOmMyNTk0YmY2NDFmZTRkNTFiZDg3YThiMjYxYzg3NWY1",
      "description": "ID of the Video Mesh node."
    },
    "availabilitySegments": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/SingleNodeAvailableTimeline"
          },
          {
            "$ref": "#/components/schemas/SingleNodeUnAvailableTimeline"
          }
        ]
      }
    }
  }
}