List All Plugins
Returns metadata information for all installed plug-ins.
In a clustered setup this may not function properly. Use the ControlCenter's API instead - https://localhost:8283/vco-controlcenter/docs/#/plugin-controller
Request
URI
GET
https://{api_host}/vco/api/plugins
COPY
Responses
200
The request is successful
Returns plugins of type(s) application/json
{
"total": 0,
"plugin": [
{
"infoText": "string",
"hasInstallActions": false,
"displayName": "string",
"moduleName": "string",
"hasValidation": false,
"version": "string",
"buildNumber": 0,
"url": "string",
"enabled": false,
"configurable": false
}
]
}
integer As int32 As int32
total
Optional
total
401
User is not authenticated
Operation doesn't return any data structure
403
User is not authorized
Operation doesn't return any data structure
Deprecated Operations
PUT
Disable Plugin
GET
Export Plugin
POST
Import Plugin
POST
Install Plugin Dynamically
GET
List All Plugins