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

KeyDatatypeRequiredDescription
filter[outdated]nullLimit results to active rules referencing an outdated rule revision.
filter[status]nullLimit results to active rules with the specified status.
filter[waf_rule_revision][message]nullLimit results to active rules with the specified message.
filter[waf_rule_revision][modsec_rule_id]nullLimit results to active rules that represent the specified ModSecurity modsec_rule_id.
includenullInclude relationships. Optional, comma-separated values. Permitted values: waf_rule_revision and waf_firewall_version.
page[number]nullCurrent page.
page[size]nullNumber of records per page.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring