Webex · Schema

PerclusterMediaHealthMonitoringclusters

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
clusters array List of Video Mesh clusters.
View JSON Schema on GitHub

JSON Schema

webex-perclustermediahealthmonitoringclusters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PerclusterMediaHealthMonitoringclusters",
  "title": "PerclusterMediaHealthMonitoringclusters",
  "type": "object",
  "properties": {
    "clusters": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PerclusterMediaHealthMonitoringresult"
      },
      "description": "List of Video Mesh clusters."
    }
  }
}