Webex · Schema

clusterSummary

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-clustersummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/clusterSummary",
  "title": "clusterSummary",
  "type": "object",
  "properties": {
    "clusterId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
      "description": "Unique ID of the cluster."
    },
    "clusterName": {
      "type": "string",
      "example": "cluster-1",
      "description": "Name of the cluster."
    }
  }
}