Manage Address List Entry
manage_address_list_entryAdd or remove a firewall address list entry by list name and IP address. Supports preview with dry-run mode and optional timeout.
Instructions
Add or remove a firewall address list entry. Idempotent by list name + address. Supports dry-run mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | Address list name | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| address | Yes | IP address or CIDR to add/remove | |
| comment | No | Optional comment for the entry | |
| timeout | No | Expiry timeout (e.g. 1d, 2h30m) — omit for permanent | |
| routerId | No | Router ID; omit to use the default router. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |