axgate-ngfw-nf-remove-ipv4-batch
Remove each input row's ip from an IPv4 address group.
Syntax
... | axgate-ngfw-nf-remove-ipv4-batch profile=STRING group=STRING [zone=STRING]
Options
- profile=STRING
- Required. AXGATE NGFW (NF) profile code.
- group=STRING
- Required. Target address group name.
- zone=STRING
- Optional. Security zone (default: any).
Input fields
The following fields are read from each row piped in.
| Field | Type | Required | Description |
|---|---|---|---|
| ip | String | Y | IPv4 address. e.g. 192.0.2.1 |
Output fields
| Field | Type | Name | Description |
|---|---|---|---|
| _result | String | Result | Per-row result (SUCCESS/FAIL) |
| _error | String | Error | Failure reason when result is FAIL |
The original fields of each input row pass through unchanged; the two fields above are added to each row.