---
title: "Wired Device Health Grid"
method: POST
path: "/dashboard/wired/device-health/grid"
tags: ["Dashboard Wired Device Health"]
---

# Wired Device Health Grid

`POST /dashboard/wired/device-health/grid`

Returns the wired device health grid based on the provided filters. The results can be filtered by sites.

## Query parameters

- `page` integer
- `limit` integer
- `keyword` string
- `sortField` 'UNSPECIFIED' | 'HOSTNAME' | 'SITE' | 'CPU' | 'MEM' | 'TEMP' | 'POE' | 'FAN' | 'PSU'
- `sortOrder` 'ASC' | 'DESC' — Sort Order

## Request body

- XiqWiredDeviceHealthGridRequest — Request body for the Wired Device Health grid
  - `site_ids` integer[] — List of site IDs to filter the Wired Device Health grid
  - `device_ids` integer[] — List of device IDs to filter the Wired Device Health grid
  - `filter_field` XiqWiredDeviceHealthFilterField[] — The filters available for the Wired Device Health grid

## Response `200`

OK

- PagedXiqWiredDeviceHealthGridResponse
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqWiredDeviceHealthGridResponse[] — The data in the current page
    - `device_id` integer — The id of the device
    - `stack_size` string, byte — The number of devices in the stack (0 for standalone devices)
    - `device_hostname` string — The hostname of the device
    - `device_ip` string — The IP address of the device
    - `site` string — The site where the device is located
    - `building` string — The building where the device is located
    - `floor` string — The floor where the device is located
    - `cpu_usage` string, byte — CPU usage percentage of the device
    - `memory_usage` string, byte — Memory usage percentage of the device
    - `temperature` integer — The temperature of the device
    - `temperature_error_slots` string, byte — Indicates the number of the stack slots that have temperature errors/if a standalone device has temperature errors
    - `poe_usage` string, byte — The PoE usage percentage of the device
    - `poe_error_slots` string, byte — Indicates the number of the stack slots that have PoE errors/if a standalone device has PoE errors
    - `fan_error_slots` string, byte — Indicates the number of the stack slots that have fan errors/if a standalone device has fan errors
    - `psu_error_slots` string, byte — Indicates the number of the stack slots that have PSU errors/if a standalone device has PSU errors

---

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