---
title: "Get IPMI data"
method: GET
path: "/device/{deviceId}/ipmi"
tags: ["Device"]
---

# Get IPMI data

`GET /device/{deviceId}/ipmi`

## Headers

- `X-Fields` string, mask

## Response `200`

Device IPMI Thresholds retrieved

- DeviceIPMIInfo
  - `info` IPMIInfo
    - `auxFirmwareRevInfo` string
    - `bridge` string
    - `chassisDevice` string
    - `deviceAvailable` string
    - `deviceId` string — The IPMI ID of the device.
    - `deviceRevision` string
    - `deviceSDRs` string
    - `firmwareRevision` string
    - `fruInventoryDevice` string
    - `ipmbEventGenerator` string
    - `ipmbEventReceiver` string
    - `ipmiVersion` string
    - `manufacturerId` string
    - `manufacturerName` string
    - `productId` string
    - `sdrRepositoryDevice` string
    - `selDevice` string
    - `sensorDevice` string
  - `sensors` IPMISensor[]
    - `group` string
    - `name` string
    - `reading` number
    - `sensorId` string
    - `status` boolean
    - `units` string

## Other responses

- `400` — Unable to retrieve IPMI Thresholds for this Device.
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
