NGINX · JSON Structure

Plus Http Api Nginx Http Limit Conn Zones Map Structure

Status data for all HTTP limit_conn zones.

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

HTTP limit_conns 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_conns",
  "description": "Status data for all HTTP\n<a href=\"https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone\">limit_conn zones</a>.\n",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/definitions/NginxHTTPLimitConnZone"
  }
}