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
"plugins Object"
integer As int32
As int32
total
Optional
total
array of
object
plugin
Optional
plugin
401
User is not authenticated
Operation doesn't return any data structure
403
User is not authorized
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/plugins