Dashboard Wireless Client Health
Association issue for wireless client
Returns association issue list for wireless client based on the provided filters. You can filter the results by sites and macAddress.
post/dashboard/wireless/client-health/issue/association
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
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
}
]