{
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "HTTP Connections Limiting",
"type": "object",
"members": {
"passed": {
"description": "The total number of connections that were neither limited nor accounted as limited.",
"type": "int32",
"example": 0
},
"rejected": {
"description": "The total number of connections that were rejected.",
"type": "int32",
"example": 0
},
"rejected_dry_run": {
"description": "The total number of connections accounted as rejected in the <a href=\"https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_dry_run\">dry run</a> mode.",
"type": "int32",
"example": 0
}
},
"example": {
"passed": 15,
"rejected": 0,
"rejected_dry_run": 2
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.