Get Support Bundle Info

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns details about a support bundle.

Since: 1.6

Security: Admin only

Usage: GET /api/v1/system/support/bundle/bundle_id

Request headers: N/A

Consumes: N/A

cURL Example

$ curl -X GET -u user:password "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/system/support/bundle/bundle_id"

Response status codes:

200 - Successfully get support bundle info

404 - Support bundle not found

Response headers: N/A

Produces: application/json

info_support_bundle.json

{
 "parameters": {
                "configuration": true,
                "logs": {
                         "include":  true,
                         "start_date": 2019-01-20,
                         "end_date": 2019-01-21
                        },
                "system": true,
                "thread_dump": {
                                "count": 2,
                                "interval": 100
                               }
                    },
  "description": "",
  "name": ""
  "artifactory": {
                 "service_id": "",
                 "bundle_url": 
                      http://<artifactory host>:<artifactory port>/artifactory/support-bundles/<bundle id>/jfds/<service id>
                 }
  },
  status: success,
  created:  2019-02-02,
}