WiFi Radios
The radio tab can be accessed under Monitors>Wifi tab. The radio frequencies which are operable are 2.4 GHz and 5 GHz. To display information about the particular radio, we just click on the radio and information can be accessed on multiple pages. Click on any page number and access more information. Few of the radios are editable others are not.
API Calls
/V5/devices/wifiradios
/V5/devices/wifiradios/{startIndex}/{pageSize}
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
JSON Table
Attribute | Data Type | Description |
---|---|---|
radioId | int | System generated ID assigned to the Radio. |
active | boolean | A true or false value indicating whether the radio is active or not. |
noiseFloor | int | Noise signal strength value in dBm. |
worstClientRssi | int | The signal strength of worst client connected to a radio. |
txPower | int | Transmission power in dBm. |
rfUtilization | int | RF utilization in percentage. |
protoCapability | int | Operation mode capabilities of the device like 802.11n, 802.11ac, Super AG, Turbo etc. |
retryRate | int | Retransimission rate in percentage. |
upstreamUsage | int | Upstream data usage in KB |
downstreamUsage | int | Downstream data usage in KB |
apModeConfigured | boolean | The boolean value represents whether Radio is configured as AP or Sensor |
protocol | Enum | Operating protocol of WiFiRadio. The applicable values are:
|
channel | int | Channel number on which the Radio operates. |
apName | String | Name of the AP |
model | String | Indicates the model of the AP on which selected Radio is configured. |
numberOfClients | int | Number of clients connected on radio |
boxId | int | System generated unique identifier for the device |
locationId | application/json | The ID of the location where the radio is configured. The value is of the type Location ID JSON. |
deviceTemplateId | int | Template ID of the template applied on the managed device. |
captureFlag | int | It represents troubleshoot session status. The applicable values are:
|
deviceTemplateName | String | Template name of the template applied on managed device. |
ipAddress | String | IP address of device. |
apMac | String | MAC address of device |
previousLink | String | Link to access the previous page of WiFi radios. from the list of WiFi radios. |
nextLink | String | Link to access next page of WiFi radios. from the list of WiFi radios. |
totalCount | int | The total number of paged WiFi radios. |
Sample JSON
[ { "radioId": 1, "active": false, "noiseFloor": 0, "worstClientRssi": 0, "txPower": 0, "rfUtilization": 0, "protoCapability": 12, "retryRate": 0, "upstreamUsage": 0, "downstreamUsage": 0, "updateFlags": -100, "apModeConfigured": true, "boxId": 3, "locationId": { "type": "locallocationid", "id": -1 }, "model": "C-75", "deviceTemplateId": -2, "captureFlag": 0, "deviceTemplateName": "System Template", "ipAddress": "192.168.10.29", "numberOfClients": 0, "apName": "Mojo_DC:4B:5F", "apMac": "00:11:74:DC:4B:5F", "channel": 0, "protocol": "BG" }, { "radioId": 1, "active": true, "noiseFloor": -101, "worstClientRssi": 0, "txPower": 21, "rfUtilization": 2, "protoCapability": 3, "retryRate": 0, "upstreamUsage": 0, "downstreamUsage": 0, "updateFlags": -100, "apModeConfigured": true, "boxId": 2, "locationId": { "type": "locallocationid", "id": -1 }, "model": "C-55", "deviceTemplateId": -2, "captureFlag": 0, "deviceTemplateName": "System Template", "ipAddress": "192.168.62.43", "numberOfClients": 0, "apName": "Mojo_9C:BC:9F", "apMac": "00:11:74:9C:BC:9F", "channel": 6, "protocol": "BG" }, { "radioId": 2, "active": false, "noiseFloor": 0, "worstClientRssi": 0, "txPower": 0, "rfUtilization": 0, "protoCapability": 12, "retryRate": 0, "upstreamUsage": 0, "downstreamUsage": 0, "updateFlags": -100, "apModeConfigured": true, "boxId": 2, "locationId": { "type": "locallocationid", "id": -1 }, "model": "C-55", "deviceTemplateId": -2, "captureFlag": 0, "deviceTemplateName": "System Template", "ipAddress": "192.168.62.43", "numberOfClients": 0, "apName": "Mojo_9C:BC:9F", "apMac": "00:11:74:9C:BC:9F", "channel": 0, "protocol": "BG" }, { "radioId": 2, "active": false, "noiseFloor": 0, "worstClientRssi": 0, "txPower": 0, "rfUtilization": 0, "protoCapability": 19, "retryRate": 0, "upstreamUsage": 0, "downstreamUsage": 0, "updateFlags": -100, "apModeConfigured": true, "boxId": 3, "locationId": { "type": "locallocationid", "id": -1 }, "model": "C-75", "deviceTemplateId": -2, "captureFlag": 0, "deviceTemplateName": "System Template", "ipAddress": "192.168.10.29", "numberOfClients": 0, "apName": "Mojo_DC:4B:5F", "apMac": "00:11:74:DC:4B:5F", "channel": 0, "protocol": "A" } ]