Summary

Gets information on a specific firmware.

Resource URL

/v3/firmwares/[fwId]

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/firmwares/4

Request Path Variables

Name

Type

Mandatory

Description

fwId

String

yes

firmware ID

Response Type

Returns a firmware.

Example Response

{

"id": "6",

"product": "IGEL Universal Desktop LX",

"version": "10.03.100.rc2.01",

"firmwareType": "LX",

"links": []

}