List active rules on a WAF
GET {{fastly_url}}/waf/firewalls/{{firewall_id}}/versions/{{version_id}}/active-rules?filter[outdated]&filter[status]&filter[waf_rule_revision][message]&filter[waf_rule_revision][modsec_rule_id]&include&page[number]&page[size]
List all active rules for a particular firewall version.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[outdated] | null | Limit results to active rules referencing an outdated rule revision. | |
filter[status] | null | Limit results to active rules with the specified status. | |
filter[waf_rule_revision][message] | null | Limit results to active rules with the specified message. | |
filter[waf_rule_revision][modsec_rule_id] | null | Limit results to active rules that represent the specified ModSecurity modsec_rule_id. | |
include | null | Include relationships. Optional, comma-separated values. Permitted values: waf_rule_revision and waf_firewall_version. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |