aiwaf-add-ip-blacklist-item
Add a client IP address to the specified IP blacklist rule on the AIWAF device.
aiwaf-add-ip-blacklist-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 blacklist rule to add IP addresses to.
- src-addrs=SRC-ADDRS
- IP addresses to add to the blacklist rule. Use hyphen to specify IP range, e.g. 10.0.0.1-10.0.0.255.
- commit=BOOL
- Specify 't' to commit immediately. 'f' by default.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Connect profile code of AIWAF device. |
id | Integer | IP blacklist ID | IP blacklist rule ID where the IP addresses were added. |