v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Device

Change device OS mode

Change OS mode for AP or Switch.

post/devices/os/:change

Request body

device_idsinteger[] required

The one or multiple device IDs to change the OS mode. Must be all AP or Switches in the same list. For AP only "AP_410C", "AP_460C", "AP_305C", "AP_305CX", "AP_460S6C", "AP_460S12C", "AP_302W" are allowed change to WiNG OS. For Switch: only "5520", "5420F", "5420M" are allowed to change its OS type.

target_osstring required

The target OS mode to change to, for AP: only WiNG is supported, for Switch: EXOS or VOSS

Example request

{
  "target_os": "WiNG"
}

Response

OK