Manual Chapter :
Whitelist IPs entity
Applies To:
Show Versions
BIG-IP ASM
- 16.0.0
Whitelist IPs entity
The
whitelist IPs
entity is IP address ranges that are handled in special ways: black list, white list, trusted for learning, and more.The following is an example for
whitelist IPs
entity:"whitelist-ips": [ { "ipAddress": "1.1.1.1", "ipMask": "255.255.255.255", "neverLearnRequests": true }, { "ipAddress": "10.0.0.1", "ipMask": "255.255.255.255", "description": "always block only", "blockRequests": "always", "neverLearnRequests": false } ]