List available WAF rules
GET {{fastly_url}}/waf/rules?filter[modsec_rule_id]&filter[waf_firewall.id][not][match]&filter[waf_rule_revisions][source]&filter[waf_tags][name]&include&page[number]&page[size]
List all available WAF rules.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[modsec_rule_id] | null | Limit the returned rules to a specific ModSecurity rule ID. | |
filter[waf_firewall.id][not][match] | null | Limit the returned rules to a set not included in the active firewall version for a firewall. | |
filter[waf_rule_revisions][source] | null | Limit the returned rules to a set linked to a source. | |
filter[waf_tags][name] | null | Limit the returned rules to a set linked to a tag by name. | |
include | null | Include relationships. Optional, comma-separated values. Permitted values: waf_tags and waf_rule_revisions. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |