Webex · Schema

PerClusterConnectivityResult1

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-perclusterconnectivityresult1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PerClusterConnectivityResult1",
  "title": "PerClusterConnectivityResult1",
  "type": "object",
  "properties": {
    "clusterId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
      "description": "Unique ID of the Video Mesh cluster."
    },
    "clusterName": {
      "type": "string",
      "example": "sanjose",
      "description": "Name of the Video Mesh cluster."
    },
    "nodes": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/PerNodeConnectivityResult1"
          },
          {
            "$ref": "#/components/schemas/PerNodeConnectivityResult3"
          }
        ]
      }
    }
  }
}