maxstreamscheck

URL: http://vblaze_name:17171/maxstreamscheck

Example Response:


      {"#streams":0,"maxstreams":24}
    

Explanation:

The example response describes the current number of streams in use and the maximum stream capacity. If V‑Blaze is at capacity, the call returns status code 429 Too Many Requests .

The following list describes each key and value in a /maxstreamscheck query:

#streams

Indicates the number of current connections to the /transcribe endpoint.

maxstreams

Indicates the maximum number of simultaneous connections to the /transcribe endpoint.

Note: If a job is submitted to the /transcribe endpoint when #streams = maxstreams , that job will fail with status code 503 Service Unavailable .