NGINX · JSON Structure

Plus Http Api Nginx Http Limit Req Zones Map Structure

Status data for all HTTP limit_req zones.

Type: object Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

HTTP limit_reqs is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "HTTP limit_reqs",
  "description": "Status data for all HTTP\n<a href=\"https://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_zone\">limit_req zones</a>.\n",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/definitions/NginxHTTPLimitReqZone"
  }
}