Skip to main content
Skip table of contents

GET /v3/firmwares

Summary

Gets information on all firmwares known to the UMS.

Resource URL

/v3/firmwares

Example Request

curl \

--request GET \

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

Response Type

Returns a list of firmwares.

Example Response

{

"FwResource": [

{

"id": "2",

"product": "IGEL Universal Desktop LX",

"version": "10.02.100.01",

"firmwareType": "LX",

"links": []

},

{

"id": "3",

"product": "IGEL Universal Desktop OS 3",

"version": "10.02.100.01",

"firmwareType": "LX",

"links": []

},

{

"id": "4",

"product": "IGEL Universal Desktop LX",

"version": "10.02.120.01",

"firmwareType": "LX",

"links": []

},

{

"id": "6",

"product": "IGEL Universal Desktop LX",

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

"firmwareType": "LX",

"links": []

}

]

}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.