---
title: "Wireless clients count with connectivity issues"
method: POST
path: "/dashboard/wireless/client-health/connectivity-issues"
tags: ["Dashboard Wireless Client Health"]
---

# Wireless clients count with connectivity issues

`POST /dashboard/wireless/client-health/connectivity-issues`

Returns the wireless clients with connectivity issues based on the provided filters. You can filter the results by sites.

## Query parameters

- `includeUnassigned` boolean

## Request body

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

## Response `200`

OK

- XiqClientHealthConnectivityIssues — Wireless clients count with connectivity issues
  - `total_clients` integer — The total number of clients
  - `association_failures` integer — The number of failed or slow associations (where slow is defined as >= 5 seconds)
  - `authentication_failures` integer — The number of failed or slow authentications (where slow is defined as >= 5 seconds)
  - `ip_address_issues` integer — The number of DHCP issues, including private IP address assignments or slow responses (where slow is defined as >= 5 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/revisions/5ff7ab84e8e8/schema)
