v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
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

The key management type, WEP or WEP_8021X

encryption_method'WEP40' | 'WEP104' required

The encryption method type, WEP104 or WEP40

authentication_method'OPEN' | 'SHARED'

The authentication method type, OPEN or SHARED

default_key'FIRST' | 'SECOND' | 'THIRD' | 'FOURTH'

The default key, FIRST, SECOND,THIRD, OR FOURTH

key_type'ASCII' | 'HEX'

The key type, ASCII or 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_management": "WEP_8021X",
  "encryption_method": "WEP104",
  "default_key": "FIRST",
  "key_type": "ASCII",
  "key_value": "abcd123456789"
}

Response

OK