Status
Use /status to retrieve status information from V-Blaze.
Sample Response
Explanation
The example response above is a JSON object that shows status information about the V‑Blaze engine. After making a /status call, the #active , #conns , #done , and #streams fields in the response contain instantaneous values, meaning the values were obtained by making a single measurement at the time of the /status call. There are also a few static fields ( maxconns , maxdecoders , maxstreams ) in the /status response that are included for the sake of convenience and backwards compatibility.
Refer to Status for more information on the returned list of values.
Last updated