Get Details of a Support Bundle

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Gets the details of a specific support bundle.

Since: 4.0

Security: Requires an admin user

Usage: GET /mc/api/v1/system/support/bundle/{id}

Return codes:

200 - Successful

403 - Unauthorized

404 - Supplied ID does not refer to an existing support bundle

Sample usage:

GET /mc/api/v1/system/support/bundle/SUPP20180912154413548991 
{
  "name" : "issue #1234",
  "description" : "Support bundle created for issue #1234 investigation",
  "artifactory" : {
     "service_id" : "jfrt@4754684682741",
     "bundle_url" : "http://artifactory.jfrog.com/artifactory/jfrog-admin-supportbundle/SUPP20180912154413548991/jfmc/01c7b8rg70nrqr1cck7k4x0yp7"
   },
   "parameters" : {
     "configuration" : true,
     "system" : true,
     "logs" : {
        "include" : true,
        "start_date" : "2018-09-30",
        "end_date" : "2018-10-01"
   },
     "thread_dump" : {
       "count" : 1,
       "interval" : 0
   }
 
  },
  "available" : 5,
  "created" : "2018-10-01T09:50:10Z"
}