v1/firmware_updates
Use the v1/firmware_updates API to update the firmware of your devices and check their status.
URI
https://<hostname>/ws/v1/firmware_updates
Formats
HTTP method | Format | Description | Parameters |
---|---|---|---|
GET | /ws/v1/firmware_updates | Get a summary of the /ws/v1/firmware_updates APIs. | |
GET, POST | /ws/v1/firmware_updates/inventory | Get a list of latest firmware updates for all devices or run a new firmware update. | orderby cursor size query |
GET | /ws/v1/firmware_updates/inventory/{device_id} | Get the latest firmware update for a device. | |
GET, DELETE | /ws/v1/firmware_updates/history/{device_id} | Get a list of all firmware updates for a device or delete them. | cursor size |
GET | /ws/v1/firmware_updates/progress/{device_id} | Get the progress information of the latest firmware update for a device. | |
POST | /ws/v1/firmware_updates/cancel/{device_id} | Cancel the current firmware update for a device. |
Parameters
Name | Type | Description |
---|---|---|
size | integer | Number of items to return. The maximum and default is 1000. |
query | string | The Remote Manager query language query condition used to filter results. See v1 API Query Language. |
cursor | string | Cursor to get the next page of devices. Omit on initial call. |
orderby | string | Specify any field described in the query parameter syntax. Optionally add asc or desc to control the sort order. For example, to order with most recently created jobs first, specify orderby=id desc. Note The default sort order is desc (descending). |