add_service_object
Creates a TCP or UDP service object with a port or port range in the candidate configuration. Commit the staged config to activate it.
Instructions
[MODIFIES CONFIG] Creates a TCP or UDP service object with a port or port range. Staged in candidate config — requires 'commit' to activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Service object name | |
| port | Yes | Port number or range (e.g. '443', '8000-8080') | |
| firewall | No | Target firewall name (from firewalls.json). Required when multiple firewalls are configured; optional otherwise. | |
| protocol | Yes | Protocol | |
| description | No | Optional description |