latestOpenAPI 3.1.0Apache 2.02026-08-186831,1001.5 MB

242a0e1b1b40

Configuration - Policy

Change the SSID mode to WEP

Change the SSID mode to WEP.

put/ssids/{id}/mode/wep

Path parameters

idinteger required

The SSID ID

Request body

key_management'WEP' | 'WEP_8021X' required
encryption_method'WEP40' | 'WEP104' required
authentication_method'OPEN' | 'SHARED'
default_key'FIRST' | 'SECOND' | 'THIRD' | 'FOURTH'
key_type'ASCII' | 'HEX'
key_valuestring

The first key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key

key_value2string

The second key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key

key_value3string

The third key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key

key_value4string

The fourth key value, must be 13 characters long for WEP104, and 5 characters long for WEP40, cannot be null if it is the default key

radius_server_group_idinteger

The RADIUS server group ID if using WEP_8021x as the key management

Example request

{
  "key_value": "abcd123456789"
}

Response

OK