Update the device deployment status
PUT/api/devices/v1/deployments/device/deployments/:id/status
Updates the status of a deployment on a particular device. Final status of the deployment is required to be set to indicate the success or failure of the installation process. The status can not be changed when deployment status is set to aborted. Reporting of intermediate steps such as installing, downloading, rebooting is optional.
Request
Responses
- 204
- 400
- 401
- 404
- 409
- 500
Status updated successfully.
Invalid Request.
Unauthorized.
Not Found.
Status already set to aborted.
Internal Server Error.