HTTP Limit Reqs
Method GET
Return status of an HTTP limit_req zone
Returns status of a particular HTTP limit_req zone.
get/http/limit_reqs/{httpLimitReqZoneName}
Query parameters
fieldsstring
Limits which fields of the limit_req zone will be output.
Response
Success
Example response
{
"passed": 15,
"delayed": 4,
"rejected": 0,
"delayed_dry_run": 1,
"rejected_dry_run": 2
}Changes
No recorded changes to this endpoint across all 1 revision of this API.