<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>_vladi_ Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>_vladi_ Tracker</description>
    <pubDate>Fri, 17 Nov 2023 19:49:49 GMT</pubDate>
    <dc:date>2023-11-17T19:49:49Z</dc:date>
    <item>
      <title>Re: shadow-root (closed) element in remote plugin UI in vsphere client for vCenter 6.7 update 1</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/shadow-root-closed-element-in-remote-plugin-UI-in-vsphere-client/m-p/2883308#M5996</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;This capability is not supported on 6.7 vCenter Servers, you can use vCenter Server 7.0+ for the UI automation.&lt;/P&gt;&lt;P&gt;When this was developed all 6.7 updates were already&amp;nbsp;released so this can't be backported to 6.7 release line.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 12:49:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/shadow-root-closed-element-in-remote-plugin-UI-in-vsphere-client/m-p/2883308#M5996</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-12-14T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to whitelist or allow a port for Vcenter remote plugin (Allow _hostName:_port)</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-whitelist-or-allow-a-port-for-Vcenter-remote-plugin-Allow/m-p/2880081#M5990</link>
      <description>&lt;P&gt;Hi Kaustubh,&lt;/P&gt;&lt;P&gt;This requires more investigation and getting the support bundle and screenshot. Could you please create a DCPN case for this issue?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 13:10:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-whitelist-or-allow-a-port-for-Vcenter-remote-plugin-Allow/m-p/2880081#M5990</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-11-26T13:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow-root blocking ui automation for remote vCenter plugin.</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Shadow-root-blocking-ui-automation-for-remote-vCenter-plugin/m-p/2878767#M40845</link>
      <description>&lt;P&gt;Hi Kaustubh,&lt;/P&gt;&lt;P&gt;Yes,&amp;nbsp;the shadow_root can be opened with the &lt;STRONG&gt;pluginDeveloperMode&lt;/STRONG&gt; query parameter.&lt;BR /&gt;i.e. open the vSphere Client with this&lt;/P&gt;&lt;PRE&gt;https://&amp;lt;ip&amp;gt;/ui?pluginDeveloperMode=true&lt;/PRE&gt;&lt;P&gt;Also, for questions dedicated to vSphere Client plugins please use this forum:&amp;nbsp;&lt;A href="https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/bd-p/4540" target="_blank" rel="noopener"&gt;https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/bd-p/4540&lt;/A&gt;&amp;nbsp;. This way anyone (incl. the whole SDK team) can answer quickly.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 12:11:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Shadow-root-blocking-ui-automation-for-remote-vCenter-plugin/m-p/2878767#M40845</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-11-18T12:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to extract data for a given timeframe using readnextevents method.</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Is-it-possible-to-extract-data-for-a-given-timeframe-using/m-p/2877746#M40765</link>
      <description>&lt;P&gt;Hi Kaustubh,&lt;/P&gt;&lt;P&gt;Something like this should work:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;final DateFormat formatter = new SimpleDateFormat("dd-MMM-yyyy");&lt;BR /&gt;final Date endDate = formatter.parse("24-Oct-2021");&lt;BR /&gt;final Calendar &lt;SPAN&gt;endG = new GregorianCalendar(endDate);&lt;/SPAN&gt;&lt;BR /&gt;final Calendar &lt;SPAN&gt;startG = new GregorianCalendar(endDate);
startG.add(Calendar.DATE, -&lt;SPAN class=""&gt;7&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Also I don't think you need to use&amp;nbsp;&lt;SPAN&gt;XMLGregorianCalendar - the EventFilterSpec should support &lt;SPAN class=""&gt;startG&lt;/SPAN&gt;&amp;nbsp;and &lt;SPAN class=""&gt;endG&lt;/SPAN&gt;&amp;nbsp;directly. The rest seems fine.&lt;BR /&gt;Please try it out and let's see. If there are still issues providing the actual output would help with troubleshooting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vladi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 15:42:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/Is-it-possible-to-extract-data-for-a-given-timeframe-using/m-p/2877746#M40765</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-11-12T15:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Port On A VM</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Serial-Port-On-A-VM/m-p/2868445#M5952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This forum is for the vSphere Client SDK and UI plugins.&lt;/P&gt;&lt;P&gt;Please try the&amp;nbsp;&lt;A href="https://communities.vmware.com/t5/ESXi-Discussions/bd-p/2006" target="_self"&gt;ESXi forum&lt;/A&gt;&amp;nbsp;for this kind of questions.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 14:03:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Serial-Port-On-A-VM/m-p/2868445#M5952</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-09-24T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to properly install pyVmomi on Photon OS 3.0?</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-properly-install-pyVmomi-on-Photon-OS-3-0/m-p/2868444#M5951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This forum is for the vSphere Client SDK and UI plugins.&lt;/P&gt;&lt;P&gt;Please try the&amp;nbsp;&lt;A href="https://communities.vmware.com/t5/vSphere-Management-SDK/bd-p/4524" target="_self"&gt;vSphere Management SDK forum&lt;/A&gt;&amp;nbsp;for this kind of questions.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 14:00:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-properly-install-pyVmomi-on-Photon-OS-3-0/m-p/2868444#M5951</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-09-24T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to add nvdimm device using pyvmomi package</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-add-nvdimm-device-using-pyvmomi-package/m-p/2868442#M5950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This forum is for the vSphere Client SDK and UI plugins.&lt;/P&gt;&lt;P&gt;Please try the&amp;nbsp;&lt;A href="https://communities.vmware.com/t5/vSphere-Management-SDK/bd-p/4524" target="_self"&gt;vSphere-Management SDK forum&lt;/A&gt;&amp;nbsp;for this kind of questions.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 13:59:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-add-nvdimm-device-using-pyvmomi-package/m-p/2868442#M5950</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-09-24T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: You have no privileges to view this object or it is deleted</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/You-have-no-privileges-to-view-this-object-or-it-is-deleted/m-p/2868441#M5949</link>
      <description>&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;The provided info is limited but from what I can see on the screenshot the URL in the address bar does not seem correct.&lt;/P&gt;&lt;P&gt;If I understand correctly you are building a remote plugin and trying to navigate to a custom object defined by the plugin. This is a very wild guess based on the URL but if it is the case - custom objects are not supported by remote plugins. Hence, you can't navigate this way.&lt;/P&gt;&lt;P&gt;If what you are trying to achieve is deep linking you need to provide the special details in the options of the navigateTo API.&lt;/P&gt;&lt;P&gt;All this is very vague based on the screenshot so please provide more info of what you want to implement and what steps you do to reach this result.&lt;/P&gt;&lt;P&gt;Thanks and cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 13:56:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/You-have-no-privileges-to-view-this-object-or-it-is-deleted/m-p/2868441#M5949</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-09-24T13:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: vsphere api : failed to create ServiceInstance using vijava vsphere API</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vsphere-api-failed-to-create-ServiceInstance-using-vijava/m-p/2863109#M5939</link>
      <description>&lt;P&gt;Hi Girish,&lt;/P&gt;&lt;P&gt;Remote plugins are serving the UI resources directly from the vendor backend appliance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it runs Java you can use the vSphere Web Services SDK 7.0.2 (vim25) which is available here: &lt;A href="https://code.vmware.com/web/sdk/7.0/vsphere-management" target="_blank"&gt;https://code.vmware.com/web/sdk/7.0/vsphere-management&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note these are backend APIs, hence you don't see this in the Remote plugins guide which is covering vSphere Client SDK.&lt;/P&gt;&lt;P&gt;That said, the vSphere Client SDK contains a remote-plugin-sample which demonstrates the usage of vim25 Java APIs.&lt;/P&gt;&lt;P&gt;Please check that for code references.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 19:55:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vsphere-api-failed-to-create-ServiceInstance-using-vijava/m-p/2863109#M5939</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-08-20T19:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Local Plugin: Sending an API call to another vCenter instance LinkedMode</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Local-Plugin-Sending-an-API-call-to-another-vCenter-instance/m-p/2861288#M5936</link>
      <description>&lt;P&gt;The plugin war bundle did not deploy successfully. You need to fix this before testing any further.&lt;/P&gt;&lt;P&gt;The cause of the InterruptedException that is thrown can be seen in full from the Task Console or the vsphere_client_virgo.log. Please check that to analyze the issue.&lt;/P&gt;&lt;P&gt;Other than that, you have a login to the SSO (session ID) which means access to all vCenters. Please verify if the requests to the first vCenter (in the local case) matches the request to the second vCenter (in the other case).&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 12:12:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Local-Plugin-Sending-an-API-call-to-another-vCenter-instance/m-p/2861288#M5936</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-08-09T12:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Event List for Remote Plugin</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Defining-Event-List-for-Remote-Plugin/m-p/2847637#M5908</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5272835"&gt;@MichaelKarpinsk&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;The SDK plugin registration tool is just demonstrating how to use the &lt;A href="https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.ExtensionManager.html" target="_blank"&gt;ExtensionManager API&lt;/A&gt; of the vCenter Server, not a full-blown tool for production use. It is needed for registering a plugin (hence the support from the Client SDK) but there is nothing plugin-specific so you can use any other tool or custom script to call the API.&lt;/P&gt;&lt;P&gt;That said, we did expect that plugin writers would have different use cases not covered by the tool so it is provided both as a prebuilt version and as a Java project: &lt;STRONG&gt;html-client-sdk\tools\vCenter plugin registration\project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can add support for events following how it is handled for tasks, e.g. start from duplicating &lt;EM&gt;PluginExtensionRegistryService.updateTaskList&lt;/EM&gt;. Ultimately, the tool sets up an example of how to work with Extensions with localization, error handling, etc. so you can easily code your specific use case or just copy parts of the implementation in your own installer.&lt;/P&gt;&lt;P&gt;If you need further assistance please let us know.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 07:52:46 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Defining-Event-List-for-Remote-Plugin/m-p/2847637#M5908</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-05-18T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: vsphere api : failed to create ServiceInstance using vijava vsphere API</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vsphere-api-failed-to-create-ServiceInstance-using-vijava/m-p/2822791#M5881</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5467829"&gt;@annahernandez99&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you are trying to get up to speed with building UI plugins please use the &lt;A href="https://code.vmware.com/web/sdk/7.0/client" target="_self"&gt;vSphere Client SDK&lt;/A&gt; and especially the &lt;A href="https://code.vmware.com/docs/12634/developing-remote-plug-ins-with-the-vsphere-client-sdk--7-0-update-1-/GUID-63EDD2BD-A122-409C-8D11-C3809891A9B2.html" target="_self"&gt;Remote plugin development guide&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are more interested in the core vCenter API please use the &lt;A href="https://code.vmware.com/web/sdk/7.0/vsphere-management" target="_self"&gt;vSphere Web Services SDK&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In terms of the actual library to use VMware supports only &lt;STRONG&gt;vim25.jar&lt;/STRONG&gt; (official vSphere Web Service SDK deliverable). You can find one in the vSphere Client SDK jars (&lt;SPAN&gt;html-client-sdk\libs).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;javijava.jar&lt;/STRONG&gt; and &lt;STRONG&gt;vijava.jar&lt;/STRONG&gt; are actually 3rd party libraries packaging the same APIs but not released by VMware. As such their backward compatibility with new versions of vSphere does not come out of the box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also keep in mind you should use only one of these libraries at a time as they might clash runtime.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Obviously, my recommendation is to use only vim25.jar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vladi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:30:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vsphere-api-failed-to-create-ServiceInstance-using-vijava/m-p/2822791#M5881</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-01-14T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Plugin: How to get vCenters list with FQDN in Remote Plugin UI?</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-Plugin-How-to-get-vCenters-list-with-FQDN-in-Remote/m-p/2821924#M5878</link>
      <description>&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;There is no frontend API to get this but this is covered by the vSphere Web Services SDK (vim25).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe what you need is the &lt;STRONG&gt;VirtualCenter.InstanceName&lt;/STRONG&gt; setting that you can view in the following MOB location:&amp;nbsp;&lt;A href="https://VCENTER_IP/mob/?moid=VpxSettings&amp;amp;doPath=setting%5b%22VirtualCenter%2eInstanceName%22%5d" target="_blank"&gt;https://VCENTER_IP/mob/?moid=VpxSettings&amp;amp;doPath=setting%5b%22VirtualCenter%2eInstanceName%22%5d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If this is not sufficient please ask in the vSphere Management SDK forum.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:17:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-Plugin-How-to-get-vCenters-list-with-FQDN-in-Remote/m-p/2821924#M5878</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-01-11T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Dark mode in local Web client plugin?</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Dark-mode-in-local-Web-client-plugin/m-p/2820893#M5876</link>
      <description>&lt;P&gt;Thanks Chris,&lt;/P&gt;&lt;P&gt;A fix was released in one of the previous patches but I guess there could still be a corner case. I have reopened the case internally.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 18:13:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Dark-mode-in-local-Web-client-plugin/m-p/2820893#M5876</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2021-01-05T18:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: VMTN Community Upgrade to Khoros</title>
      <link>https://communities.vmware.com/t5/Platform-Status/VMTN-Community-Upgrade-to-Khoros/m-p/2807756#M16</link>
      <description>&lt;P&gt;vSphere Client SDK forum on VMware {code} exists (&lt;A href="https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/bd-p/4540" target="_blank"&gt;https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/bd-p/4540&lt;/A&gt;)&amp;nbsp;but is not linked anywhere in the menus or lists (see&amp;nbsp;&lt;A href="https://communities.vmware.com/t5/VMware-code/ct-p/4500-home" target="_blank"&gt;https://communities.vmware.com/t5/VMware-code/ct-p/4500-home&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I guess not all accounts were migrated correctly/fully (e.g. Hot shot status, vExpert status).&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 19:46:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Platform-Status/VMTN-Community-Upgrade-to-Khoros/m-p/2807756#M16</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2020-11-09T19:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere Client SDK 7.0 Update 1 is GA!</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2290048#M4757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, &lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;SDK &lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;samples are normally not compatible with the previous vSphere Client release as we are updating them to demonstrate new features that don't exist in previous version.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;So &lt;/SPAN&gt;7.0U1 sample works on vSphere 7.0U1+ client.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;That said, you can use the multi-manifest feature to build a remote plugin with 7.0U1 SDK that is validated correctly on previous releases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;Vladi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 12:46:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2290048#M4757</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2020-11-02T12:46:27Z</dc:date>
    </item>
    <item>
      <title>Re:Does vSphere 7.0 SDK Remote plugin sample support Singleton Plug-in pattern?</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Does-vSphere-7-0-SDK-Remote-plugin-sample-support-Singleton-Plug/m-p/2298827#M4783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shravan,&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Thank you for catching this documentation discrepancy.&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;- Is this intentional or a miss?&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;It's a mistake which will be fixed. The&amp;nbsp;&lt;A href="https://code.vmware.com/docs/11915/developing-remote-plug-ins-with-the-vsphere-client-sdk/GUID-85E2BE26-F6FC-4CD6-B995-0E0E2C132E2A.html"&gt;Singleton and Custom Plug-in Topologies&lt;/A&gt;&amp;nbsp;section is still applicable in 7.0U1.&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;- Does VMware support a singleton plugin topology (single plugin instance registering to multiple vCenters in ELM) in future releases?&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Yes. It is supported. Please check the doc section mentioned above.&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;- Does VMware have any recommendation like each vCenter server should have its own plugin instance (1:1 mapping)?&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Each vCenter Server can have only 1 plugin instance serving the plugin UI but each instance can be registered with multiple vCenters as discussed above.&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;For other non-UI purposes you can also add auxiliary servers together with the same plugin instance registration with a vCenter.&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;Vladi&lt;/P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;DIV style="position: absolute; top: -533.388px; width: 1px; height: 702px; overflow: hidden; margin: 0px; padding: 0px; left: -1000px;"&gt;Is this intentional or a miss?&lt;/DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;DIV style="position: absolute; top: -533.388px; width: 1px; height: 702px; overflow: hidden; margin: 0px; padding: 0px; left: -1000px;"&gt;Does VMware support a singleton plugin topology (single plugin instance registering to multiple vCenters in ELM) in future releases?&lt;/DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;DIV style="position: absolute; top: -533.388px; width: 1px; height: 702px; overflow: hidden; margin: 0px; padding: 0px; left: -1000px;"&gt;Does VMware have any recommendation like each vCenter server should have its own plugin instance (1:1 mapping)?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 22:57:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Does-vSphere-7-0-SDK-Remote-plugin-sample-support-Singleton-Plug/m-p/2298827#M4783</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2020-10-29T22:57:21Z</dc:date>
    </item>
    <item>
      <title>vSphere Client SDK 7.0 Update 1 is GA!</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2290046#M4755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi plugin developers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSphere &lt;STRONG&gt;7.0U1&lt;/STRONG&gt; is out. The new vSphere Client SDK contains cool new stuff for plugins, most notably:&lt;/P&gt;&lt;P&gt; - Dynamic remote plugin extensions (ability to show/hide plugin items).&lt;/P&gt;&lt;P&gt; - Plugin multi-manifest support (enables taking advantage of new APIs while preserving compatibility with older vSphere Client releases).&lt;/P&gt;&lt;P&gt; - Actions on multiple targets (e.g. on a selection of multiple VMs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile the vSphere Client has made a huge step forward with accessibility &amp;amp; icons. We recommend plugins to follow suit and make plugin views more accessible.&lt;/P&gt;&lt;P&gt;If you have any suggestions or ideas on how to improve the vSphere Client or the plugin support you can now use the vSphere Ideas section of the Client's Feedback menu (top-right).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK bits &amp;amp; docs: &lt;A href="https://techpartnerhub.vmware.com/sdks/client/7.0"&gt;SDK home page&lt;/A&gt;​, &lt;A href="https://vdc-download.vmware.com/vmwb-repository/dcr-public/8d997823-ba9e-4a79-b93a-552099926a9c/381e5123-6527-4079-8f60-7863547acb8f/vSphere-Client-SDK-7.0U1-Release-Notes.html"&gt;Release Notes&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2020 22:09:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2290046#M4755</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2020-10-06T22:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: object related view is getting default height to 35px</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/object-related-view-is-getting-default-height-to-35px/m-p/2313403#M4807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the report. This is a known issue in the vSphere Client 7.0 - not specific to SDK and to plugins.&lt;/P&gt;&lt;P&gt;The bug has been already fixed and the problem will be gone from subsequent 7.0 releases.&lt;/P&gt;&lt;P&gt;There is no need to change anything in the plugin as the fix is transparent to plugins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vladi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:22:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/object-related-view-is-getting-default-height-to-35px/m-p/2313403#M4807</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2020-09-28T10:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with local deployment of a vcenter plugin</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Problem-with-local-deployment-of-a-vcenter-plugin/m-p/2313697#M4814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #666666; font-family: proxima-nova, Arial, sans-serif;"&gt;Radoslaw,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: proxima-nova, Arial, sans-serif;"&gt;Thanks for sharing the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: proxima-nova, Arial, sans-serif;"&gt;Apologies I didn't remember this might be the root cause - we don't support JDK u241 as we hit similar problems. All earlier versions should be fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: proxima-nova, Arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: proxima-nova, Arial, sans-serif;"&gt;Vladi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2020 06:14:40 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Problem-with-local-deployment-of-a-vcenter-plugin/m-p/2313697#M4814</guid>
      <dc:creator>_vladi_</dc:creator>
      <dc:date>2020-09-08T06:14:40Z</dc:date>
    </item>
  </channel>
</rss>

