Rate Limits
global_rate_limit
: This specifies a global API rate limit in the following format:{"rate": 10, "per": 1}
, similar to policies or keys.
NOTE: This functionality is available from Gateway v2.4 and Dashboard v1.4.
The API rate limit is an aggregate value across all users, which works in parallel with user rate limits, but has higher priority.
disable_rate_limit
: Is set totrue
, rate limits are disabled for the specified API.
See Rate Limiting for more details including setting via the Dashboard.