Webex · Schema

networkTestResultsForCluster

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
clusters object Cluster details with network test results.
View JSON Schema on GitHub

JSON Schema

webex-networktestresultsforcluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/networkTestResultsForCluster",
  "title": "networkTestResultsForCluster",
  "type": "object",
  "properties": {
    "clusters": {
      "type": "object",
      "properties": {
        "clusterId": {
          "type": "string",
          "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI",
          "description": "Unique ID of the cluster."
        },
        "clusterName": {
          "type": "string",
          "example": "HDS Cluster 1",
          "description": "Name of the cluster."
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/networkTestResultsForNode"
          },
          "description": "List of nodes with network test results."
        }
      },
      "description": "Cluster details with network test results."
    }
  }
}