Export Release Bundle Version Archived File

JFrog REST APIs

ft:sourceType
Paligo

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

Note: The Import process is performed on the Distribution Edge.

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