/sys/quotas/config
The /sys/quotas/config
endpoint is used to configure rate limit quotas.
Create or Update the Rate Limit Configuration
Method | Path |
---|---|
POST | /sys/quotas/config |
Parameters
rate_limit_exempt_paths
([]string: [])
- Specifies the list of exempt paths from all rate limit quotas. If empty no paths will be exempt.enable_rate_limit_audit_logging
(bool: false)
- If set, starts audit logging of requests that get rejected due to rate limit quota rule violations.enable_rate_limit_response_headers
(bool: false)
- If set, additional rate limit quota HTTP headers will be added to responses.
Sample Payload
Sample Request
Get the Rate Limit Configuration
Method | Path |
---|---|
GET | /sys/quotas/config |
Sample Request
Sample Response