We’re experimenting with the REST Management APIs. When using Get Deployment Log for Device, we seem to always get a not found response:
https://hosted.mender.io/api/management/v1/deployments/deployments/{deployment_id}/devices/{device_id}/log
“error”: {
"status_code": 404,
"message": "Not Found"
}
Can someone confirm that this endpoint is actually up and working as documented?
Thank you!