get_wlans
Retrieve all wireless network (SSID) configurations for a UniFi site, including names, IDs, enabled status, guest flags, and security settings. Use to inspect current WLAN setup.
Instructions
Get all wireless network (SSID) configurations for a site.
Read-only operation: returns each WLAN's name, id, enabled state, guest flag, and security settings. Use create_wlan / update_wlan / delete_wlan to change them, or get_networks for wired networks.
Args: site: Site to operate on. Defaults to "default". device: Optional console name to target a specific UniFi device; omit for default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site to operate on. Defaults to "default". | default |
| device | No | Optional console name to target a specific UniFi device; omit for default. |