add_address_object
Create an IP/netmask, IP-range, or FQDN address object and stage it in the candidate config, ready for commit.
Instructions
[MODIFIES CONFIG] Creates an address object (IP/netmask, IP range, or FQDN). Staged in candidate config — requires 'commit' to activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Address object name | |
| type | Yes | Address type | |
| value | Yes | Address value (e.g. '10.0.0.0/24', '10.0.0.1-10.0.0.10', 'example.com') | |
| firewall | No | Target firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise. | |
| description | No | Optional description |