v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Dashboard Wireless Client Health

Roaming issue for wireless client

Returns roaming issue for wireless client based on the provided filters. You can filter the results by sites and mac address.

post/dashboard/wireless/client-health/issue/roaming

Query parameters

pageinteger

Page number, min = 1

limitinteger

Page Size, min = 1, max = 100

macAddressstring required
Example:AABBCCDDFFEE

macAddress

includeUnassignedboolean

Whether to include unassigned devices

Request body

site_idsinteger[]

List of site ids

Response

OK

date_timeinteger

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

issue_type'ROAMING_ISSUE'

The type of issue

roaming_timeinteger

The roaming time in milliseconds, can be empty

device_namestring

The device name to which client was connected

Example response

[
  {
    "date_time": 1708243200000,
    "issue_type": "ROAMING_ISSUE",
    "roaming_time": 1500
  }
]