Description: Returns a list of distributions for a specified Release Bundle v2 version.
Since: 7.63.2 (Artifactory), 2.19.1 (Distribution)
Security: Required Read permissions.
Usage:GET /lifecycle/api/v2/distribution/trackers/{{release_bundle_name}}/{{release_bundle_version}}
Query Parameters (optional): repository_key, project. See Common Optional Query Parameters.
Sample Response:
[
{
"distribution_tracker_friendly_id": 1,
"type": "DISTRIBUTEEXPORT_RELEASE_BUNDLE",
"release_bundle_name": "CommonsRBv2-094351-Bundle088",
"release_bundle_version": "2.0.0v-094351-091",
"storing_repository": "release-bundles-v2",
"status": "IN_PROGRESS",
"distributed_by": "admin",
"created": "20232024-0611-15T1217T11:0645:26.47129.142+00000200",
"start_timefinish_time": "20232024-0611-15T1217T11:0645:28.88130.020+00000200",
"targets": [
"HOME",
"infra-dist-yevdoa-11144318-edge-2",
"infra-dist-yevdoa-11144318-edge-0",
"infra-dist-yevdoa-11144318-edge-1"
]
}
]The response includes the following information:
Property | Description |
|---|---|
| The sequential distribution number of this Release Bundle version. |
| Indicates whether this action was a distribution request or a remote delete request. |
| Name of the Release Bundle. |
| Release Bundle version. |
| Name of the source repository. |
| The current status of the Release Bundle: IN_PROGRESS, COMPLETED, CREATED, FAILED, ABORTED, PARTIALLY_ABORTED, ABORT_IN_PROGRESS |
| The user who initiated distribution. |
| Timestamp when the Release Bundle was created. |
| Timestamp when distribution of the Release Bundle version finished. |
| The list of distribution targets. |
Status Codes:
Code | Description |
|---|---|
200 | Fetched |
403 | Permission Denied |
404 | Not Found |