---
title: "Usage & capacity statistics"
method: POST
path: "/dashboard/usage-capacity"
tags: ["Dashboard"]
---

# Usage & capacity statistics

`POST /dashboard/usage-capacity`

Returns the count of wired, wireless and total usage & capacity 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

- XiqUsageAndCapacityDashboard — The usage and capacity diagnostic data for total devices, wired devices like AP, and wireless devices like switch.
  - `total_usage_and_capacity_issues` integer — Total count of usage and capacity issues
  - `wired_usage_and_capacity_issues` integer — Count of wired devices like switch with usage and capacity issues
  - `wireless_usage_and_capacity_issues` integer — Count of wireless devices like APs with usage and capacity issues

---

[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)
