aiwaf-ip-whitelist-rules
Retrieve the whitelist rules from the AIWAF device.
aiwaf-ip-whitelist-rules [profile=PROFILE]
- profile=PROFILE
- Connect profile code of AIWAF device.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Connect profile code of AIWAF device. |
id | Integer | Rule ID | e.g. 10 |
name | String | Rule name | e.g. Whitelist #10 |
src_addrs | String | Client address ranges | e.g. 10.0.0.1-10.0.0.255 |
dst_addrs | String | Server address ranges | e.g. 172.20.0.1-172.20.0.255:443 |
is_enabled | Bool | Enabled | true or false |
description | String | Description | e.g. API gateway |