Webex · Schema
UtilizationMetricsT2Blr
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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UtilizationMetricsT2Blr",
"title": "UtilizationMetricsT2Blr",
"type": "object",
"properties": {
"peakCpu": {
"type": "number",
"example": 69.75,
"description": "Peak CPU usage during the time interval."
},
"avgCpu": {
"type": "number",
"example": 57.89,
"description": "Average CPU usage during the time interval."
},
"activeCalls": {
"type": "number",
"example": 142,
"description": "Maximum active calls at a point in the time interval."
},
"activePrivateCalls": {
"type": "number",
"example": 15,
"description": "Maximum active private calls at a point in the time interval."
}
}
}