paloalto-ngfw-remove-dynamic-address-batch
Remove IPs from a Dynamic Address Group by untagging them in batch.
The 'ip' field is read from each input row. tag is specified as a command option. Per-row result is written to '_result' and '_error' fields.
paloalto-ngfw-remove-dynamic-address-batch [profile=PROFILE] tag=TAG
- profile=PROFILE
- The identifier of Palo Alto Networks NGFW
- tag=TAG
- Tag name to remove from IPs
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of Palo Alto Networks NGFW connect profile |
| ip | IP address | IP | Unregistered IP address |
| tag | String | Tag | Tag name |
| _result | String | Result | 'success' or 'fail' |
| _error | String | Error | Error message when _result is 'fail' |