vsz_create_wlan
Create a new WLAN in a zone on a Ruckus vSZ controller. Specify SSID, security type, encryption, and passphrase to add a wireless network to your infrastructure.
Instructions
Create a new WLAN in a zone.
Args:
host: vSZ controller IP or hostname.
zone_id: Zone UUID.
name: WLAN name.
ssid: SSID to broadcast.
security_type: Security type (Open, WPA2, WPA3, WPA23_Mixed, WEP).
encryption_method: Encryption method (AES, TKIP_AES) for WPA.
passphrase: PSK passphrase (required for WPA security).
description: WLAN description.
vlan_id: Access VLAN ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| name | Yes | ||
| ssid | Yes | ||
| vlan_id | No | ||
| zone_id | Yes | ||
| passphrase | No | ||
| description | No | ||
| security_type | No | Open | |
| encryption_method | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |