Get Statistics for all ASR Servers
Use this API to get the statistics for all ASR servers.
HTTP Method |
GET |
URI |
https://<VVB Server IP>/adminapi/vvbStats/asr/ |
Example URI |
https://10.10.10.10/adminapi/vvbStats/asr/ |
Valid Values |
ASR |
Content Type |
Application/JSON, Application/XML |
HTTP Success Code |
200 OK - Successful |
HTTP Failure Code |
4xx - Client Error 5xx - Server Error |
Sample Response
<vvbStats>
<mrcpASRStats>
<serverName><ASR Server IP> </serverName>
<totalConcurrent>0</totalConcurrent>
<totalAggregate>
<Success>0</Success>
<Failure>0</Failure>
</totalAggregate>
</mrcpASRStats>
<mrcpASRStats>
<serverName><ASR Server IP> </serverName>
<totalConcurrent>0</totalConcurrent>
<totalAggregate>
<Success>0</Success>
<Failure>0</Failure>
</totalAggregate>
</mrcpASRStats>
</vvbStats>