Rate Limits
rate_limits
Methods
Deprecated
post/zones/{zone_id}/rate_limits
Creates a new rate limit for a zone. Refer to the object definition for a list of required attributes.
Delete A Rate Limit -> Envelope<{ id, action, bypass, 5 more... }>
Deprecated
delete/zones/{zone_id}/rate_limits/{rate_limit_id}
Deletes an existing rate limit.
Deprecated
put/zones/{zone_id}/rate_limits/{rate_limit_id}
Updates an existing rate limit.
Deprecated
get/zones/{zone_id}/rate_limits/{rate_limit_id}
Fetches the details of a rate limit.
Deprecated
get/zones/{zone_id}/rate_limits
Fetches the rate limits for a zone.
Domain types
Action = "block" | "challenge" | "js_challenge" | 4 more...
The action to apply to a matched request. The log
action is only available on an Enterprise plan.
Methods = "GET" | "POST" | "PUT" | 4 more...
An HTTP method or _ALL_
to indicate all methods.
RateLimit = { id, action, bypass, 5 more... }