Description: Returns the current status of the specified Release Bundle v2 version promotion.
Since: 7.63.2
Security: Requires Read permissions to the target Release Bundle path.
Usage:GET /lifecycle/api/v2/promotion/statuses/{name}/{version}/{created_millis}
Query Parameters (optional):
Note
See Common Optional Query Parameters for the query parameters that are available for all Release Lifecycle Management APIs.
Sample Response (without errors):
{ "status": "COMPLETED" }
Sample Response (with errors, sample payload):
{ "status": "FAILED", "messages": [ { "text": "Target artifact already exists: commons-qa-generic-local/commons/release-notes-1.0.0.txt" } ] }
The response includes the following information:
Property | Description |
---|---|
| Status of the promotion: STARTED, FAILED, COMPLETED, DELETING |
| Error messages generated by a failed promotion. |
Status Codes:
Code | Description |
---|---|
200 | Fetched |
401 | Bad Credentials |
403 | Permission Denied |
404 | Not Found (Release Bundle version/promotion) |