v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Configuration - Policy

Change the SSID mode to 802.1x

Change the SSID mode to 802.1x.

put/ssids/{id}/mode/dot1x

Path parameters

idinteger required

The SSID ID

Request body

key_management'WPA_8021X' | 'WPA2_8021X' | 'WPA3_8021X' | 'AUTO_8021X' required

The key management: WPA_8021X, WPA2_8021X, WPA3_8021X or AUTO_8021X

encryption_method'CCMP' | 'TKIP' | 'AUTO_TKIP_CCMP' | 'AES192' required

The encryption method: for WPA_8021X, WPA2_8021X, please use CCMP or TKIP, for AUTO_8021X, please use AUTO_TKIP_CCMP, for WPA3_8021X, please use AES192

enable_idmboolean required

Flag for using ExtremeCloud IQ Authentication Service or not

transition_modeboolean

Flag for enabling transition mode if using WPA3 as the key management type

radius_server_group_idinteger

The RADIUS server group ID if not using ExtremeCloud IQ Authentication Service

user_group_idsinteger[]

The user group IDs if using ExtremeCloud IQ Authentication Service

enable_uztnaboolean

Flag for using Authentication with ExtremeCloud Universal ZTNA or not

Example request

{
  "key_management": "WPA3_8021X",
  "encryption_method": "CCMP"
}

Response

OK