Export an Action

You can export an action by using the vRealize Orchestrator REST API and download the action as a file.

Procedure

  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 action that you want to export:
    GET https://{orchestrator_fqdn}/vco/api/actions/{actionID}/

Results

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