Get the list of devices and their respective status for the deployment with the given ID. The response includes devices as they get assigned to the deployment when checking for updates. Therefore, this endpoint will list all the devices only once each asks for updates and evaluates this deployment.
GET/api/management/v1/deployments/deployments/:deployment_id/devices/list
Get the list of devices and their respective status for the deployment with the given ID. The response includes devices as they get assigned to the deployment when checking for updates. Therefore, this endpoint will list all the devices only once each asks for updates and evaluates this deployment.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized.
Not Found.
Internal Server Error.