To resolve the issue, enable the plugin via the API Explorer.
- Get the list of all the plugins available by executing the GET request.
GET https://VCD_IP_or_FQDN/cloudapi/extensions/ui
Note the id for the plugin : "Customize Portal"
- Update the 'enabled' field to True to reenable the plugin again.
{
"pluginName": "Customize Portal",
"vendor": "VMware",
"description": "Customize Portal is UI Plugin for UI Plugin management.",
"version": "4.0.0",
"license": "MIT",
"link": "http://www.vmware.com",
"tenant_scoped": false,
"provider_scoped": true,
"enabled": true,
"id": "urn:vcloud:uiPlugin:659a027b-####-####-####-########2c2",
"plugin_status": "ready",
"resourcePath": "/tenant/System/uiPlugins/659a027b-####-####-####-########2c2/5fe6c453-####-####-####-########ae7"
}
3. Test the plugin from the top navigation bar, More list.