VMware Cloud Community
RajshreeThorat
Contributor
Contributor

How to register web client plugin package in vCenter Server

Basically, I am trying to populate a new tab in vSphere web client.  I am able to register a script plugin and also able to see registered plugin tab in windows based vSphere client.

Configuration necessary to load the plugin is :

<scriptConfiguration version="1.0.0">

    <key>please1234</key>

    <description>SDK Pubs Sample vSphere Client Plug-in</description>

    <name>vSphere API Reference Documentation Plug-in</name>

    <vendor>VMware, Inc.</vendor>

    <extension parent="InventoryView.Datacenter">

        <title locale="en">vSphere Web Services SDK API ReferenceGuide</title>

        <url>http://192.168.2.199:80</url>

    </extension>

</scriptConfiguration>

We can see the registered plugin in web client as well. But, not able to see registered sub tab under "Classic Solution".

Does vSphere web client supports HTML page(Registered tab is HTML link)?

Regards,

Rajshree

0 Kudos
0 Replies