Address Rate Limiting for Edge Policies
Describes the use and management of the allow rate limiting for an edge policy.
The address rate limiting configuration defines the number of allowed requests from a unique IP address and the resulting block response code when that threshold is exceeded.
Enabling and Editing Address Rate Limiting
Describes how to enable and edit address rate limiting for an edge policy.
Use one of the following methods to enable and edit address rate limiting for an edge policy.
Using the CLI
Use the oci waas good-bot update command and required parameters to enable and edit address rate limiting for an edge policy:
oci waas address-rate-limiting update-waf --good-bots good-bots --waas-policy-id waas_policy_id [OPTIONS]
The good-bots
value is a complex type whose value
must be valid JSON. The value can be provided as a string on the command line or
passed in as a file using the file://path/to/file syntax.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Using the API
Use the UpdateWafAddressRateLimiting method to edit and enable address rate limiting.
Getting Address Rate Limiting Details
Describes how to get the details of the address rate limiting for an edge policy.
Use one of the following methods to get the details of the address rate limiting for an edge policy.
Using the CLI
Use the oci waas good-bot update command and required parameters to get the details of the address rate limiting for an edge policy:
oci waas address-rate-limiting get-waf --waas-policy-id waas_policy_id [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Using the API
Use the GetWafAddressRateLimiting method to edit and enable the address rate limiting.