Export Release Bundle v1 Version Archived File

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Triggers the Release Bundle v1 export process from JFrog Distribution. For more information, see Distribute Release Bundles (v1) in an Air Gap Environment.Distribute Release Bundles (v1) in an Air Gap Environment

Note: The Import process is performed on the Distribution Edge. For more information, see Import Release Bundle Version.

Since: 2.5

Security: Authenticated users only. Users must have matching Release Bundle distribute permissions.

Usage:POST api/v1/export/release_bundle/{name}/{version}

cURL Example

curl -XPOST 'http://localhost:8082/distribution/api/v1/export/release_bundle/{name}/{version}' -uadmin:password

Field

Type

Required

Default Value

Since

Description

name

String

yes

N/A

2.5

Release bundle name

version

String

yes

N/A

2.5

Release bundle version

Response status codes:

202 - Successfully triggered the process of generating an archived Export version

400 - Failed to generate an export version archive file