Get Statistics for Specific ASR Server
Use this API to get the statistics for a specific ASR server.
|
HTTP Method |
GET |
|
URI |
https://<VVB Server IP>/adminapi/vvbStats/asr?host=<ASR Server IP> |
|
Example URI |
https://10.10.10.10/adminapi/vvbStats/asr?host=10.10.10.254 |
|
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>
</vvbStats>