arvan_create_firewall_rule
Create a Web Application Firewall (WAF) rule for a CDN domain to block, allow, or challenge traffic based on match conditions.
Instructions
Create a firewall (WAF) rule.
Args:
domain: The CDN domain.
name: Rule name.
action: Action to take, e.g. block, allow, challenge.
filters: Match conditions for the rule.
extra: Additional fields to merge into the request body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| name | Yes | ||
| action | Yes | ||
| filters | Yes | ||
| extra | No |