Webex · Schema

UtilizationMetricsT1Blr

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
peakCpu number Peak CPU usage during the time interval.
avgCpu number Average CPU usage during the time interval.
activeCalls number Maximum active calls at a point in the time interval.
activePrivateCalls number Maximum active private calls at a point in the time interval.
View JSON Schema on GitHub

JSON Schema

webex-utilizationmetricst1blr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UtilizationMetricsT1Blr",
  "title": "UtilizationMetricsT1Blr",
  "type": "object",
  "properties": {
    "peakCpu": {
      "type": "number",
      "example": 62,
      "description": "Peak CPU usage during the time interval."
    },
    "avgCpu": {
      "type": "number",
      "example": 3.64,
      "description": "Average CPU usage during the time interval."
    },
    "activeCalls": {
      "type": "number",
      "description": "Maximum active calls at a point in the time interval."
    },
    "activePrivateCalls": {
      "type": "number",
      "description": "Maximum active private calls at a point in the time interval."
    }
  }
}