VMware {code} Community
kumartade
Enthusiast
Enthusiast
Jump to solution

Global refresh support on vSphere entity Summary portlet

Hi,

We are using new JS APIs SDK(local) of vSphere 6.5U2 SDK for our plugin. We had implemented two portlets on datastore object. But global refresh is not working as it is working on global views.

We are going through our implementation. But no clue what's wrong.

Can some one from VMware team confirm the following query:

Is Global refresh supported vSphere entity(say Datastore) Summary portlet is supported?

Are there any limitations?

Regards,

Kumar

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
Denis_Chorbadzh
VMware Employee
VMware Employee
Jump to solution

Hi Kumar,

 

Yes the "htmlClientSdk.event.onGlobalRefresh(callback)" is supported on vSphere Object's Summary views.

You just have to subscribe for Global Refresh event from your plugin's iframe and this should work.

Let us know if you face any issues.

 

Regards,

Denis

View solution in original post

2 Replies
Denis_Chorbadzh
VMware Employee
VMware Employee
Jump to solution

Hi Kumar,

 

Yes the "htmlClientSdk.event.onGlobalRefresh(callback)" is supported on vSphere Object's Summary views.

You just have to subscribe for Global Refresh event from your plugin's iframe and this should work.

Let us know if you face any issues.

 

Regards,

Denis

kumartade
Enthusiast
Enthusiast
Jump to solution

There is a bug in our code.

We had corrected and its working as expected.

Thanks for the reply.

0 Kudos