AXGATE NGFW (NF)

Download 0
Last updated Aug 10, 2026

axgate-ngfw-nf-remove-blacklist-exclude-batch

Remove blacklist-exclude entries matching each input row's ip.

Syntax

... | axgate-ngfw-nf-remove-blacklist-exclude-batch profile=STRING [label=STRING]

Options

profile=STRING
Required. AXGATE NGFW (NF) profile code.
label=STRING
Optional. Restricts deletion to entries carrying the given label. Deletes regardless of label if omitted.

Input fields

The following fields are read from each row piped in.

FieldTypeRequiredDescription
ipStringYIPv4/IPv6 address. e.g. 192.0.2.1

Output fields

FieldTypeNameDescription
_resultStringResultPer-row result (SUCCESS/FAIL)
_errorStringErrorFailure reason when result is FAIL

The original fields of each input row pass through unchanged; the two fields above are added to each row.