Description: Returns the status of the imported Release Bundle version. For more information, see Distribute Release Bundles (v1) in an Air Gap Environment.
Note: The Import process is performed on the Artifactory Edge node.
Since: 7.9
Security: Admin only
Usage: GET api/release/import/{name}/{version}/status
Consumes: application/json
cURL Example
Curl -XGET 'http://localhost:8082/artifactory/api/release/import/{name}/{version}/status
Response status codes:
200 - Successful request
format=json
{ "status":"IN_PROGRESS|NOT_EXPORTED|FAILED|COMPLETED" }