Description: Returns a list of all release bundles
Notes: Requires Artifactory Enterprise+
Security: Requires admin privileges
Usage: GET /artifactory/api/release/bundles
Produces: text/plain
Since: 6.5.0
Query Parameters (optional):
Field | Type | Description |
|---|---|---|
| string | Specifies the type of Release Bundle to return, |
Sample Usage:
GET /artifactory/api/release/bundles
Sample Output:
{
"bundles" : {
"test" : [ {
"version" : "test",
"created" : "2018-10-21T13:29:42.184Z",
"status" : "COMPLETE"
} ]
"test2" : [ {
"version" : "test2",
"created" : "2018-11-21T13:29:42.184Z",
"status" : "COMPLETE"
} ]
}