Webex · Schema

ClusterUtilizationT2Blr

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
clusterId string ID of the Video Mesh cluster.
clusterName string Name of the Video Mesh cluster.
utilizationMetrics object Utilization Metric details for the cluster in the time interval.
View JSON Schema on GitHub

JSON Schema

webex-clusterutilizationt2blr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterUtilizationT2Blr",
  "title": "ClusterUtilizationT2Blr",
  "type": "object",
  "properties": {
    "clusterId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg=",
      "description": "ID of the Video Mesh cluster."
    },
    "clusterName": {
      "type": "string",
      "example": "bangalore",
      "description": "Name of the Video Mesh cluster."
    },
    "utilizationMetrics": {
      "$ref": "#/components/schemas/UtilizationMetricsT2Blr",
      "description": "Utilization Metric details for the cluster in the time interval."
    }
  }
}