List All Plugins
Retrieves all installed plug-ins
Request
URI
GET
https://{api_host}/vco/api/plugins
COPY
Responses
200
The plug-ins have been retrieved
Returns
WsInstalledPluginsList
of type(s)
application/json
{
"total": 0,
"plugins": [
{
"moduleName": "string",
"description": "string",
"version": "string",
"buildNumber": "string",
"fileName": "string",
"id": "string",
"logLevel": "string",
"enabled": false
}
]
}
integer As int32
As int32
total
Optional
total
array of
object
plugins
Optional
plugins
401
The user is not authenticated
Returns
WsInstalledPluginsList
of type(s)
application/json
"WsInstalledPluginsList Object"
integer As int32
As int32
total
Optional
total
array of
object
plugins
Optional
plugins
403
The user is not authorized
Returns
WsInstalledPluginsList
of type(s)
application/json
"WsInstalledPluginsList Object"
integer As int32
As int32
total
Optional
total
array of
object
plugins
Optional
plugins
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/plugins
Plug In Service Operations
POST
Create Plugin Installation
GET
List All Plugins
DELETE
Delete Plugins
PATCH
Patch Plugins
GET
Get Plugin Installation
DELETE
Cancel Plugin Installation
PATCH
Finish Plugin Installation
GET
Download Plugin 1
DELETE
Delete Plugin
GET
Get Plugin Icon
GET
Get Plugin Installation Entry Icon