List rules in the latest configuration set
GET {{fastly_url}}/wafs/rules?filter[configuration_set_id]&filter[rule_id]&filter[severity]&filter[tags][name]&include&page[number]&page[size]
List all rules in the latest configuration set.
Authorization: Requires API token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[configuration_set_id] | null | Optional. Limit rules to specific configuration set or pass "all" to search all configuration sets, including stale ones. | |
filter[rule_id] | null | Limit the returned rules to a specific rule ID. | |
filter[severity] | null | Limit the returned rules to a specific severity. | |
filter[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: tags, rule_statuses, and source. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |