v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBApplication Security
Get a WAF exclusion filter
Retrieve a specific WAF exclusion filter using its identifier.
get/api/v2/remote_config/products/asm/waf/exclusion_filters/{exclusion_filter_id}
Path parameters
exclusion_filter_idstring required
The identifier of the WAF exclusion filter.
Response
OK
Example response
{
"data": {
"attributes": {
"description": "Exclude false positives on a path",
"enabled": true,
"ip_list": [
"198.51.100.72"
],
"parameters": [
"list.search.query"
],
"path_glob": "/accounts/*",
"rules_target": [
{
"rule_id": "dog-913-009",
"tags": {
"category": "attack_attempt",
"type": "lfi"
}
}
],
"scope": [
{
"env": "www",
"service": "prod"
}
]
},
"id": "3dd-0uc-h1s",
"type": "exclusion_filter"
}
}