Get Ui Plugin

Get Ui Plugin

Retrieve the plugin metadata for this extension

Request
URI
GET
https://{api_host}/cloudapi/extensions/ui/{id}
COPY
Path Parameters
string
id
Required

id

string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UiPluginMetadataResponse of type(s) application/json;version=36.3
This response body class contains all of the following: UiPluginMetadata , UploadMetadataResponse
{
    "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"
}