Notify the server that the direct upload is completed to make it available in the artifacts API. Optionally you can provide files metadata which will be absent otherwise if skip-verify flag is present in the deployments service. This is an on-prem endpoint only, not available on Hosted Mender.
POST/api/management/v1/deployments/artifacts/directupload/:id/complete
Notify the server that the direct upload is completed to make it available in the artifacts API. Optionally you can provide files metadata which will be absent otherwise if skip-verify flag is present in the deployments service. This is an on-prem endpoint only, not available on Hosted Mender.
Request
Responses
- 202
- 401
- 404
- 500
Accepted
Unauthorized.
A pending direct upload with the given ID was not found.
Internal Server Error.