v4

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

Ip Address issue for Wireless client

Returns ip address 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/ipaddress

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 date and time when the issue occurred

issue_type'ASSOCIATION' | 'AUTHENTICATION' | 'IPADDRESS' | 'ROAMING'

The type of issue.

device_namestring

The device name to which client was connected

slowness_durationinteger

dhcp slowness duration in seconds

Example response

[
  {
    "date_time": 1682345600000,
    "slowness_duration": 120
  }
]