Export Plugin

Export Plugin

Exports a plug-in by name. If the request is successful, the plug-in binary content is available as an attachment with MIME type application/zip (that is, a normal ZIP file). It is up to the client application to properly fetch and process this attachment, for example by saving it to local file system. The exported plug-in has the same format as that needed by the configurator when uploading a plug-in.

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

pluginName


Responses
200

The request is successful

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

403

User is not authorized

Operation doesn't return any data structure