Export Configuration

Export Configuration

Exports a configuration by its ID. If the request is successful, the configuration binary content is available in the body of the response message. 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 configuration has the same internal format as the configurations exported by using the Orchestrator client.

Request
URI
GET
https://{api_host}/vco/api/configurations/{id}
COPY
Path Parameters
string
id
Required

id


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 configuration with the specified name

Operation doesn't return any data structure