---
title: "Wired Device Health Fan Status"
method: POST
path: "/dashboard/wired/device-health/fan-status"
tags: ["Dashboard Wired Device Health"]
---

# Wired Device Health Fan Status

`POST /dashboard/wired/device-health/fan-status`

Returns the fan status of the device

## Query parameters

- `deviceId` integer, required

## Response `200`

OK

- XiqWiredDeviceHealthFanStatusResponse — Response body for the Wired Device Health Fan Status
  - `devices` XiqWiredDeviceHealthFanStatusResponseEntry[] — The list contains a single element for standalone devices and multiple elements for each member of a stack
    - `slot_number` string, byte — The slot number of the device (0 for standalone)
    - `fan_status_error` string, byte — The number of fans that are not operating correctly
    - `fan_total` string, byte — The total number of fans
    - `fan_units` XiqWiredDeviceHealthFanStatus[] — The list of fans with their corresponding status
      - `fan_description` string — The fan description
      - `fan_status` string — The fan status

---

[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/242a0e1b1b40/schema)
