Dashboard Wireless Client Health
Authentication issue for wireless client
Returns authentication issue list for wireless client based on the provided filters. You can filter the results by sites and mac address.
post/dashboard/wireless/client-health/issue/authentication
Query parameters
macAddressstring required
The MAC address in format 'AABBCCDDEEFF' without separators. Accepted formats: (1) OUI only — first 6 hex characters (e.g., 'AABBCC'), (2) Full MAC address — 12 hex characters (e.g., 'AABBCCDDEEFF').
Example:AABBCCDDEEFF
The MAC address in format 'AABBCCDDEEFF' without separators. Accepted formats: (1) OUI only — first 6 hex characters (e.g., 'AABBCC'), (2) Full MAC address — 12 hex characters (e.g., 'AABBCCDDEEFF').
includeUnassignedboolean
Whether to include unassigned devices
Request body
Response
OK
Example response
[
{
"date_time": 1622548800000,
"slowness_duration": 120
}
]