create_wifi_broadcast
Create a new WiFi broadcast SSID on a UniFi site with specified name, security, network, and frequency bands. Enables adding wireless networks directly through the Fabric API.
Instructions
Create a new WiFi broadcast SSID on a site.
host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID.
Validated locally before the request (a missing field raises ValueError naming it):
type — the discriminator the controller validates first (observed value:
'STANDARD'). The remaining fields are type-specific and enforced by the controller.
broadcast: for a STANDARD SSID also include: {'name': str (SSID name), 'enabled': bool,
'securityConfiguration': {...}, 'network': str, 'broadcastingFrequenciesGHz': [...]}.
Field names must be camelCase to match the UniFi Integration API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| site | Yes | ||
| broadcast | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||