create_firewall_zone_proxy
Create a new firewall zone on a UniFi site by specifying the host, site, and zone with name and networkIds. The zone is validated locally and then created via the UniFi Fabric proxy.
Instructions
Create a new firewall zone on a site via connector proxy.
host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. zone: must include {'name': str, 'networkIds': [str]} — both required, validated locally (a missing field raises ValueError naming it) and verified against the live controller. Get network IDs from list_networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| site | Yes | ||
| zone | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||