List All Plugins

List All Plugins

Retrieves all installed plug-ins

Request
URI
GET
https://{api_host}/vco/api/plugins
COPY
Authentication
This operation uses the following authentication methods.
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