Get the log of a selected device's deployment
GET/api/management/v1/deployments/deployments/:deployment_id/devices/:device_id/log
The response body for this endpoint include the device's deployment logs in text/plain format.
Request
Responses
- 200
- 401
- 404
- 500
Successful response, including the logs in text/plain format.
Unauthorized.
Not Found.
Internal Server Error.