Status

Use /status to retrieve status information from V-Blaze.

Gets the lightweight V‑Blaze engine status information

get
Responses
200

Status information retrieved successfully

No content

get
/status

No content

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