You can export a package through the Orchestrator REST API and download the package as a file.

1

In a REST client application, add a request header with the following values.

Name: accept

Value: application/zip

2

Make a GET request at the URL of the package that you want to export:

GET http://{vcoHost}:{port}/api/packages/{package_name}/

If the GET request is successful, you receive the status code 200. The package binary content is available as an attachment with a default file name package_name.package. You can save the file with a REST client application.