Get the download link of a selected artifact
GET/api/management/v1/deployments/artifacts/:id/download
Generates signed URL for downloading artifact file. URI can be used only with GET HTTP method. Link supports such HTTP headers: 'Range', 'If-Modified-Since', 'If-Unmodified-Since' It is valid for specified period of time.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successful response.
Invalid Request.
Unauthorized.
Not Found.
Internal Server Error.