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": "DISTRIBUTE", "release_bundle_name": "Commons-Bundle", "release_bundle_version": "2.0.0", "status": "IN_PROGRESS", "distributed_by": "admin", "created": "2023-06-15T12:06:26.471+0000", "start_time": "2023-06-15T12:06:28.881+0000", "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. |
| 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 started. |
| The list of distribution targets. |
Status Codes:
Code | Description |
---|---|
200 | Fetched |
403 | Permission Denied |
404 | Not Found |