HTTP Requests
Method GET

Return HTTP requests statistics

Returns status of client HTTP requests.

get/http/requests

Query parameters

fieldsstring

Limits which fields of client HTTP requests statistics will be output.

Response

Success

totalinteger

The total number of client requests.

currentinteger

The current number of client requests.

Example response

{
  "total": 10624511,
  "current": 4
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.