Dashboard Wireless Client Health
Wireless client health grid
Returns the client health grid of wireless devices based on the provided filters. You can filter the results by sites.
post/dashboard/wireless/client-health/grid
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
keywordstring
The keyword to search
connectionStatus'CONNECTED' | 'DISCONNECTED' | 'UNKNOWN'
Connection Status
sortField'OPERATING_SYSTEM' | 'FREQUENCY' | 'SSID' | 'CONNECTION_STATUS' | 'ALIAS' | 'CLIENT_MAC' | 'CATEGORY_ASSIGNMENT' | 'USER_PROFILE' | 'CLIENT_IP' | 'CONNECTED_DEVICE_MAC' | 'ENCRYPTION' | 'IPV4' | 'IPV6' | 'VLAN' | 'RSSI' | 'SNR' | 'AIR_TIME' | 'CLIENT_DEVICE_ID' | 'RX_CLIENT_RETIRES' | 'TX_CLIENT_RETIRES' | 'AUTHENTICATION' | 'CLIENT_TYPE'
Sort Field
sortOrder'ASC' | 'DESC'
Sort Order
includeUnassignedboolean
Whether to include unassigned devices
Request body
Response
OK
Example response
{
"data": [
{
"client_ip": "h:h:h:h:h:h:h:h",
"snr": 40,
"rssi": -60,
"air_time": 75,
"ipv4": "192.168.1.1",
"connected_device_mac": "AABBCCDDEEFF",
"ipv6": "h:h:h:h:h:h:h:h",
"slowness": 100,
"roaming_time": 5000,
"association_duration": 3600000,
"dhcp_ip_assignation_time": 2000,
"authentication_response_time": 1500,
"rx_client_retries": 3,
"tx_client_retries": 2,
"last_session_start_time": 1622548800000,
"client_mac": "AABBCCDDEEFF"
}
]
}Changes
Changed in 1 of the 6 revisions of this API.111
- ▲
for the
queryrequest parametersortOrder, default value was changed fromASCtoDESCrequest-parameter-default-value-changed
- ●
removed the optional property
data/items/connectionStatusfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/items/connection_statusto the response with the200statusresponse-optional-property-added
- ▲
Of the 6 revisions, 1 has no diff computed.