Description: Exports the Release Bundles metadata on the Distribution service to an export.zip
file.
Notes: To support the Artifactory to Distribution one-to-one paring ratio introduced in the JFrog Platform, you need to migrate the Distribution Release Bundle metadata to its relevant Distribution service according to the <Artifactory_instance_ID> associated with its correlating Distribution service.
Since: 2.4
Security: Requires an admin user
Usage: POST /api/v1/system/migration/export/<Artifactory_instance_ID> -o export.zip
Produces : application/zip
Sample Usage:
$ curl -X POST -u user:password "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/system/migration/export/DEV_Art01 -o export.zip
Sample Response:
Please provide an example