---
title: "Ip Address issue for Wireless client"
method: POST
path: "/dashboard/wireless/client-health/issue/ipaddress"
tags: ["Dashboard Wireless Client Health"]
---

# Ip Address issue for Wireless client

`POST /dashboard/wireless/client-health/issue/ipaddress`

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

## Query parameters

- `page` integer
- `limit` integer
- `macAddress` string, 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').
- `includeUnassigned` boolean

## Request body

- XiqDashboardFilter — Request body for Alert Diagnostics Filter
  - `site_ids` integer[] — List of site ids

## Response `200`

OK

- XiqIssueClientIpAddress[]
  - `date_time` integer — The date and time when the issue occurred
  - `issue_type` 'ASSOCIATION' | 'AUTHENTICATION' | 'IPADDRESS' | 'ROAMING' — The type of issue.
  - `device_name` string — The device name to which client was connected
  - `slowness_duration` integer — dhcp slowness duration in seconds

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
