Active call statistics provide current number of calls and licensed calls for each cluster. Content-Type: application/vnd.plcm-active-call-statistics+xml All attributes are used in ETag calculation except for entity-tag and atom-link.
| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| h323Enabled | boolean | H323 protocol support status. | Mandatory |
| routedCallMode | boolean | Routed call mode support status. | Mandatory |
| activeCallStatistics | Array of ActiveCallStatistics | ||
| entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
| Name | Type | Description | Attributes |
|---|---|---|---|
| clusterName | string | Name of cluster which is processing the call. | Mandatory |
| h323Calls | int | Number of active calls for H323 protocol. | Mandatory |
| sipCalls | int | Number of active calls for SIP protocol. | Mandatory |
| webrtcCalls | int | Number of active calls for WebRTC protocol. | Mandatory |
| polyEvoCalls | int | Number of active calls for Poly EVO protocol. | |
| callLimit | int | Total number of licensed calls. | Mandatory |
| Name | Type | Restrictions |
|---|---|---|
| EntityTag | string | Length of value must be >=1 Length of value must be <=64 |