List Bundles

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Lists previously created bundle currently stored in the system.

Since: 4.3.0 (updated in 6.8.0)

Security: Requires a privileged user (Admin only)

Usage: GET /api/system/support/bundles/

Produces: application/json

Sample Usage:

GET /api/system/support/bundles

{
  "bundles" : [ {
    "id" : "B1-1551008826805",
    "name" : "B1",
    "description" : "abc",
    "created" : "2019-02-24T13:47:06+02:00",
    "status" : "success"
  }, {
    "id" : "B2-1551008834948",
    "name" : "B2",
    "description" : null,
    "created" : "2019-02-24T13:47:14+02:00",
    "status" : "success"
  } ],
  "count" : 2
}