Summary

Gets information on all Firmwares known to the UMS.

Resource URL

/v2/firmwares/

Example Request

curl \

--request GET \

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

Response Type

Returns a list of Firmwares.

Example Response

{

"FwResource": [

{

"id": "2",

"product": "IGEL Universal Desktop LX",

"version": "5.06.100.01",

"firmwareType": "LX",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/firmwares/2"

}

]

},

{

"id": "4",

"product": "IGEL Universal Desktop LX",

"version": "4.14.120.01",

"firmwareType": "LX",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/firmwares/4"

}

]

}

]

}