Webex · Schema

UtilizationMetricsT2SJ

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-utilizationmetricst2sj-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UtilizationMetricsT2SJ",
  "title": "UtilizationMetricsT2SJ",
  "type": "object",
  "properties": {
    "peakCpu": {
      "type": "number",
      "example": 73.26,
      "description": "Peak CPU usage during the time interval."
    },
    "avgCpu": {
      "type": "number",
      "example": 13.16,
      "description": "Average CPU usage during the time interval."
    },
    "activeCalls": {
      "type": "number",
      "example": 7,
      "description": "Maximum active calls at a point in the time interval."
    },
    "activePrivateCalls": {
      "type": "number",
      "example": 2,
      "description": "Maximum active private calls at a point in the time interval."
    }
  }
}