add_alias_entry
Add a host, network, or port entry to an existing firewall alias with dry-run preview and undo support, enabling reversible alias updates with rollback capability.
Instructions
[WRITE][risk=medium] Add one entry to an alias; reversible (undo removes it).
Captures the alias' prior entries before the change. Pass dry_run=True to preview.
Args: name: Alias name (from list_aliases). entry: The host/network/port to add. dry_run: If True, preview without changing. target: Firewall target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| entry | Yes | ||
| target | No | ||
| dry_run | No |