Tool to add or update edge rules in a BunnyCDN pull zone for advanced traffic control. Edge rules allow conditional request processing based on triggers like URL patterns, headers, country codes, or IP addresses. Each rule can perform actions like forcing SSL, redirecting, setti…
GuidstringThe unique GUID of the edge rule. Provide this to update an existing rule. Leave empty to create a new rule. The API returns this GUID when creating a rule.
EnabledRequiredbooleanWhether the edge rule is currently active. Set to true to enable the rule immediately, false to create it in disabled state.
ReadOnlybooleanWhether the edge rule is read-only and cannot be modified or deleted. Typically used for system-generated rules.
TriggersRequiredarrayList of trigger conditions that determine when this edge rule executes. At least one trigger is required. Common use: URL trigger with pattern '/*' matches all requests.
ActionTypeRequiredstringThe main action type of the edge rule. Common values: force_ssl (redirect HTTP to HTTPS), redirect (URL redirects), block_request (block access), set_response_header (add/modify response headers), override_cache_time (set cache TTL). See the ActionType enum for all 17 supported…
OrderIndexintegerExecution priority order. Lower numbers execute first. Use this to control the sequence of multiple edge rules. If not specified, the rule is added at the end.
DescriptionstringHuman-readable description of what this edge rule does. Helps identify the rule's purpose when managing multiple rules.
ExtraActionsarrayAdditional actions to execute when the edge rule triggers. Allows combining multiple actions (e.g., set header AND override cache time) in one rule.
pull_zone_idRequiredintegerThe ID of the Pull Zone where the Edge Rule will be created or updated. Use BUNNYCDN_GET_PULL_ZONE_LIST to get valid IDs.
ActionParameter1stringFirst action parameter. Meaning depends on ActionType: for redirect = destination URL, for set_response_header = header name, for override_cache_time = TTL in seconds, for set_status_code = status code (e.g., '404').
ActionParameter2stringSecond action parameter. Meaning depends on ActionType: for redirect = redirect type ('301' or '302'), for set_response_header = header value.
ActionParameter3stringThird action parameter. Meaning depends on ActionType. Rarely used, reserved for future action types.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.