Export Action

Export Action

Export an action by its fully qualified name (category name + action name). If the request is successful, the action binary content is available as attachment with MIME type application/zip (that is, a normal ZIP file) with a default file name {actionname}.action. It is up to the client application to properly fetch and process this attachment, for example by saving it to the local file system. The exported action has the same internal format as the actions exported by using the Orchestrator client.

Request
URI
GET
https://{api_host}/vco/api/content/actions/{actionName}
COPY
Path Parameters
string
actionId
Required

actionId


Responses
200

The request is successful

Operation doesn't return any data structure

401

User is not authorized

Operation doesn't return any data structure

404

Cannot find an action with the specified name.

Operation doesn't return any data structure