Manual Chapter :
Blocking settings entity
Applies To:
Show Versions
BIG-IP ASM
- 16.0.0
Blocking settings entity
The blocking settings include definitions of the violations and sub-violations. For more information on violations, refer Violations.
The following is an example for
blocking settings
entity:"blocking-settings":{ "violations":[ { "name":"VIOL_FILETYPE", "alarm":true, "block":false, "learn":true }, { "name":"VIOL_COOKIE_MALFORMED", "alarm":false, "block":false, "learn":false } ], "http-protocols":[ { "description":"Body in GET or HEAD requests", "enabled":false, "learn":true, "maxHeaders":20, "maxParams":500 } ], "evasions":[ { "description":"%u decoding", "enabled":true, "learn":false, "maxDecodingPasses":2 } ] }