Get Ui Plugins

Get Ui Plugins

Get a list of all UI Extensions

Request
URI
GET
https://{api_host}/cloudapi/extensions/ui
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "pluginName": "string",
        "vendor": "string",
        "description": "string",
        "version": "string",
        "license": "string",
        "link": "string",
        "tenant_scoped": false,
        "provider_scoped": false,
        "enabled": false,
        "id": "string",
        "plugin_status": "string",
        "resourcePath": "string"
    }
]

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [object Object]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/extensions/ui
                
Availability
Added in 30.0
Ui Plugins Operations
GET
Get Ui Plugins