{ "opencollection": "1.0.0", "info": { "name": "NGINX njs Scripting Connections HTTP Limit Conns API", "version": "0.8" }, "items": [ { "info": { "name": "HTTP Limit Conns", "type": "folder" }, "items": [ { "info": { "name": "NGINX Return Status of All HTTP Limit_conn Zones", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/http/limit_conns/", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Limits which fields of limit_conn zones will be output. If the “fields” value is empty, then only zone names will be output." } ] }, "docs": "Returns status information for each HTTP [limit_conn zone](https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone)." }, { "info": { "name": "NGINX Return Status of an HTTP Limit_conn Zone", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/http/limit_conns/:httpLimitConnZoneName", "params": [ { "name": "httpLimitConnZoneName", "value": "", "type": "path", "description": "The name of a [limit_conn zone](https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone)." }, { "name": "fields", "value": "", "type": "query", "description": "Limits which fields of the [limit_conn zone](https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone) will be output." } ] }, "docs": "Returns status of a particular HTTP [limit_conn zone](https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone)." }, { "info": { "name": "NGINX Reset Statistics for an HTTP Limit_conn Zone", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/http/limit_conns/:httpLimitConnZoneName", "params": [ { "name": "httpLimitConnZoneName", "value": "", "type": "path", "description": "The name of a [limit_conn zone](https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone)." } ] }, "docs": "Resets the connection limiting statistics." } ] } ], "bundled": true }