List All Plugins

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:///vco/api/plugins
COPY
Responses
200

The request is successful

Returns plugins of type(s) application/json
{
    "total": "integer",
    "plugin": [
        {
            "infoText": "string",
            "hasInstallActions": "boolean",
            "displayName": "string",
            "moduleName": "string",
            "hasValidation": "boolean",
            "version": "string",
            "buildNumber": "integer",
            "url": "string",
            "enabled": "boolean",
            "configurable": "boolean"
        }
    ]
}
integer As int32 As int32
total
Optional

total

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