Description: download support bundle
Since: 1.6
Security: Admin only
Usage: GET /api/v1/system/support/bundle/:bundle_id/archive
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/archive" --output support_bundle.zip
Response status codes:
200 - Successfully download support bundle
404 - Support bundle not found
Response headers: N/A
response.json
200 OK Content-Type: application/zip