Device
Get Devices Radio Information
Get client radios information of the devices.
get/devices/radio-information
Query parameters
pageinteger
Page number, min = 1
limitinteger
Number of Records, min = 1, max = 50
deviceIdsinteger[] required
the list of devices
includeDisabledRadioboolean
Include Disabled Radios
Response
OK
Example response
{
"data": [
{
"radios": [
{
"channel_width": "MHZ_20",
"mode": "_11ax_5g",
"mac_address": "001122334455",
"wlans": [
{
"bssid": "001122334455"
}
]
}
]
}
]
}