paloalto-ngfw-add-dynamic-address-batch
Add IPs to a Dynamic Address Group by tagging them in batch.
The 'ip' field is read from each input row. tag, persistent are specified as command options. Per-row result is written to '_result' and '_error' fields.
paloalto-ngfw-add-dynamic-address-batch [profile=PROFILE] tag=TAG [persistent=PERSISTENT]
- profile=PROFILE
- The identifier of Palo Alto Networks NGFW
- tag=TAG
- Tag name to associate with IPs
- persistent=PERSISTENT
- Survive firewall reboot. t or f (default: t)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of Palo Alto Networks NGFW connect profile |
| ip | IP address | IP | Registered IP address |
| tag | String | Tag | Tag name |
| persistent | Bool | Persistent | Survives firewall reboot |
| _result | String | Result | 'success' or 'fail' |
| _error | String | Error | Error message when _result is 'fail' |