Skip to Content
edgebootDevicesFirmwareUpgrade device firmware

Upgrade device firmware

POST/api/v1/integrations/devices/{serial_number}/firmware/upgradeDevices

Starts an upgrade to the latest firmware when available for the device model.

Authentication
Bearer access token (Okta)
Content-Type
application/json

Path parameters

ParameterTypeRequiredDescription
serial_numberstringYesDevice serial number.

Responses

HTTPDescription
200Upgrade accepted in `data` (`serial_number`, `target_version`, `status`, `message`).
400Invalid upgrade request state.
401Unauthorized - invalid or missing Bearer token.
404Account/device not found or latest version not found.
500Unable to initiate firmware upgrade.

Response payload

Success response (200)

Example

Last updated on