maestro-remove-blacklist

Removes an IP address from a Maestro address group. Use this command to delete an IP address from a blocklist.

Command properties

ItemDescription
Command typeDriver query
Required permissionUser
License usageNon-licensed command
Parallel executionNot supported
Distributed executionNot supported

Syntax

maestro-remove-blacklist group=GUID ip=ip_address

Options

group=GUID
GUID of the address group to remove the IP address from. Required option.
ip=ip_address
IP address to remove from the address group. Required option.

Description

Removes an IP address from the specified address group. An IP removal is performed for each input record passed through the pipeline and the record is output as-is.

Examples

  1. Remove an IP from the blocklist

    | makeresults
    | maestro-remove-blacklist group="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" ip=192.0.2.100
    

    Removes the IP address from the specified address group.