v4

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

pageinteger required

The current page number

countinteger required

The element count of the current page

total_pagesinteger required

The total page number based on request page size

total_countinteger required

The total element count

Example response

{
  "data": [
    {
      "radios": [
        {
          "channel_width": "MHZ_20",
          "mode": "_11ax_5g",
          "mac_address": "001122334455",
          "wlans": [
            {
              "bssid": "001122334455"
            }
          ]
        }
      ]
    }
  ]
}