Manage Address List Entry
manage_address_list_entryAdd or remove IP addresses to/from firewall address lists. Features idempotent operations, optional comments, timeouts, and dry-run mode for safe previews.
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. |