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