exceedAction property
Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint.
Valid options are deny(STATUS)
, where valid values for STATUS
are 403,
404, 429, and 502, and redirect
, where the redirect parameters come from
exceedRedirectOptions
below. The redirect
action is only supported in
Global Security Policies of type CLOUD_ARMOR.
Implementation
core.String? exceedAction;