WafExcludeListEntry

WafExcludeListEntry
WafExcludeListEntry
JSON Example
{
    "client_subnet": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    },
    "description": "string",
    "match_element": "string",
    "match_element_criteria": {
        "match_case": "string",
        "match_op": "string"
    },
    "uri_match_criteria": {
        "match_case": "string",
        "match_op": "string"
    },
    "uri_path": "string"
}
client_subnet
Optional

client_subnet

string
description
Optional

Free-text comment about this exclusion. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
match_element
Optional

The match_element can be 'ARGS xxx', 'ARGS_GET xxx', 'ARGS_POST xxx', 'ARGS_NAMES xxx', 'FILES xxx', 'QUERY_STRING', 'REQUEST_BASENAME', 'REQUEST_BODY', 'REQUEST_URI', 'REQUEST_URI_RAW', 'REQUEST_COOKIES xxx', 'REQUEST_COOKIES_NAMES xxx', 'REQUEST_HEADERS xxx', 'REQUEST_HEADERS_NAMES xxx', 'RESPONSE_HEADERS xxx' or XML xxx. These match_elements in the HTTP Transaction (if present) will be excluded when executing WAF Rules. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

match_element_criteria
Optional

match_element_criteria

uri_match_criteria
Optional

uri_match_criteria

string
uri_path
Optional

URI Path to exclude for WAF rules. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.