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
| Item | Description |
|---|---|
| Command type | Driver query |
| Required permission | User |
| License usage | Non-licensed command |
| Parallel execution | Not supported |
| Distributed execution | Not 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
-
Remove an IP from the blocklist
| makeresults | maestro-remove-blacklist group="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" ip=192.0.2.100Removes the IP address from the specified address group.