You can export a configuration element through the Orchestrator REST API.

1

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

Name: accept

Value: application/vcoobject+xml

2

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

GET http://{vcoHost}:{port}/api/configurations/{configuration_elementID}/

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