---
title: "Get device list with firmware details"
method: GET
path: "/network-services/v1/firmware-details"
tags: ["Firmware Management"]
---

# Get device list with firmware details

`GET /network-services/v1/firmware-details`

This API endpoint retrieves list of device's firmware details such as firmware version, upgrade status, recommended version, firmware classification and last upgraded timestamp.

## Query parameters

- `filter` string, const
- `sort` string, const
- `limit` integer — Specifies the number of results to be returned.
- `next` string — Specifies the pagination cursor for the next page of resources.

## Response `200`

List of device's firmware details, including Access Points, Switches, Gateways and associated pagination information.

- FirmwareDetailsListResponse
  - `items` object[], required
    - `serialNumber` string, const, required — The device serial number.
    - `deviceName` string, const, required — The name of the device.
    - `recommendedVersion` string, const, required — The recommended firmware version for the device.
    - `upgradeStatus` string, const, required — The current upgrade status of the device.
    - `firmwareClassification` string, const, required — The classification of the firmware version.
    - `lastUpgradedTimeAt` string, date-time, required — The timestamp of the last firmware upgrade on the device.
    - `deviceType` 'ACCESS_POINT' | 'SWITCH' | 'GATEWAY', required — The type of network device.
    - `siteId` string, const, required — ID of the Site in which the device is present.
    - `siteName` string, const, required — Name of the Site in which the device is present.
    - `id` string, const, required — Primary identifier for the resource.
    - `type` string, const, required — The type of the resource.
    - `firmwareVersion` string, const, required — Firmware version currently running on the device.
  - `count` integer, required — Number of items in the response.
  - `total` integer — Specifies the total number of items available for a given filter query.
  - `next` string, int32, required — Indicate the next page number, null if there are no further pages.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

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