Description: Gets the status of an exported Release Bundle v1 process. For more information, see Distribute Release Bundles (v1) in an Air Gap Environment.
Important
For information about getting the status of an exported Release Bundle v2 version, see Get Exported Release Bundle Version v2 Status.
Since: 2.5
Security: Authenticated users only. Users must have matching Release Bundle distribute permissions.
Usage: GET api/v1/export/release_bundle/{name}/{version}/status
Consumes: application/json
cURL Example
curl -XGET 'http://localhost:8082/distribution/api/v1/export/release_bundle/{name}/{version}/status' -uadmin:password
Response status codes:
202 - Successful request
400 - Failed to return the status
format=json
{ "status":"IN_PROGRESS|FAILED|NOT_TRIGGERED|COMPLETED", "message":"optional message in case failed and we have some info to pass", "download_url":"http://artifactory_url/path_if_status_completed" }