Get Statistics for Specific TTS Server

Use this API to get the statistics for a specific TTS server.

HTTP Method

GET

URI

https://<VVB Server IP>/adminapi/vvbStats/tts?host=<TTS Server IP>

Example URI

https://10.10.10.10/adminapi/vvbStats/tts?host=10.10.10.254

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>
</vvbStats>