v4

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

site_idsinteger[]

List of site ids

Response

OK

date_timeinteger

The time and date when the issue when issue occurred in epoch milliseconds

reason_code'MAXIMUM_CLIENT_COUNT_EXCEEDED' | 'CLIENT_DENIED_BY_SECURITY_POLICY' | 'CLIENT_CAPABILITIES_MISMATCH' | 'AUTHENTICATION_ALGORITHM_UNSUPPORTED'

The reason why the problem occurred.

device_namestring

The device name to which client was connected

slowness_durationinteger

The duration of slowness in seconds

Example response

[
  {
    "date_time": 1622548800000
  }
]