Rate Limit Rules
Last updated
Was this helpful?
Last updated
Was this helpful?
Get all Rate Limit Rules in a configuration
/api/v4.0/conf/{config}/rate-limit-rules
Update an existing set of Rate Limit Rules for a configuration
/api/v4.0/conf/{config}/rate-limit-rules
Create a complete set of Rate Limit Rules for a configuration
/api/v4.0/conf/{config}/rate-limit-rules
Delete all Rate Limit Rules in a configuration
/api/v4.0/conf/{config}/rate-limit-rules
Get a Rate Limit Rule from the specified configuration
/api/v4.0/conf/{config}/rate-limit-rules/{entry_id}
Update an individual Rate Limit Rule within a configuration
/api/v4.0/conf/{config}/rate-limit-rules/{entry_id}
Create an individual Rate Limit Rule within a configuration
/api/v4.0/conf/{config}/rate-limit-rules/{entry_id}
Delete an individual Rate Limit Rule from the specified configuration
/api/v4.0/conf/{config}/rate-limit-rules/{entry_id}
Get list of versions of Rate Limit Rules in a configuration
/api/v4.0/conf/{config}/rate-limit-rules/versions
Get a specific version of a Rate Limit Rule
/api/v4.0/conf/{config}/rate-limit-rules/versions/{version}
Set a previous Rate Limit Rule version to be the current one
/api/v4.0/conf/{config}/rate-limit-rules/versions/{version}/revert