You can export a resource through the Orchestrator REST API.

1

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

Name: accept

Value: application/octet-stream

2

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

GET http://{vcoHost}:{port}/api/resources/{resourceID}/

If the GET request is successful, you receive the status code 200. The content of the resource is available in the response body.