Description: Downloads the metadata for a previously created bundle currently stored in the system.
Since: 6.8.0
Security: Requires a privileged user (Admin only)
Usage: GET /artifactory/api/system/support/bundle/{bundle-id}
Produces: application/json
Sample Usage:
GET /artifactory/api/system/support/bundle/B1-1551008826805
{
"name" : "B1",
"description" : "abc",
"id" : "B1-1551008826805",
"artifactory" : {
"service_id" : "jfrt@01d482vam7aj0v1w9yjfpe1jnh",
"bundle_url" : "http://localhost:8081/artifactory/jfrog-support-bundle/B1-1551008826805/jfrt/jfrt@01d482vam7aj0v1w9yjfpe1jnh"
},
"parameters" : {
"configuration" : true,
"system" : true,
"logs" : {
"include" : true,
"start_date" : "2019-02-24",
"end_date" : "2019-02-24"
},
"thread_dump" : {
"count" : 1,
"interval" : 0
}
},
"created" : "2019-02-24T13:47:06+02:00",
"status" : "success"
}