Export a Configuration Element

You can export a configuration element by using the vRealize Orchestrator REST API.

Procedure

  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 https://{orchestrator_fqdn}/vco/api/configurations/{configuration_elementID}/

Results

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