Export a Resource

You can export a resource 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/octet-stream
  2. Make a GET request at the URL of the resource that you want to export:
    GET https://{orchestrator_fqdn}/vco/api/resources/{resourceID}/

Results

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