aiwaf-remove-ip-whitelist-item
Remove a client IP address from the specified IP whitelist rule on the AIWAF device.
aiwaf-remove-ip-whitelist-item profile=PROFILE name=NAME src-addrs=SRC-ADDRS [commit=t|f]
- profile=PROFILE
- Connect profile code of AIWAF device.
- name=NAME
- Name of the whitelist rule to remove IP addresses from.
- src-addrs=SRC-ADDRS
- IP addresses to remove from the whitelist rule. Use hyphen to specify IP range, e.g. 10.0.0.1-10.0.0.255.
- commit=COMMIT
- Specify 't' to commit immediately. 'f' by default.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | |
id | Integer | IP whitelist ID | IP whitelist rule ID |
src_addrs | String | Client IP addresses | Deleted client IP addresses |