Get Active Calls

Use this API to get the number of active calls.

HTTP Method

GET

URI

https://<VVB Server IP>/adminapi/vvbStats/activeCalls

Example URI

https://10.10.10.10/adminapi/vvbStats/activeCalls

Valid Values

Active Calls

Content Type

Application/JSON, Application/XML

HTTP Success Code

200 OK - Successful

HTTP Failure Code

4xx - Client Error

5xx - Server Error

Sample Response

-<vvbStats>
 -<vvbStats>
   <totalConcurrentCalls>0</totalConcurrentCalls>
   <totalCPS>0.0</totalCPS>
   <ringtoneCPS>0.0</ringtoneCPS>
   <whisperCPS>0.0</whisperCPS>
   <agentGreetingCPS>0.0</agentGreetingCPS>
   <othersCPS>0.0</othersCPS>
  </vvbStats>
</vvbStats>