VMware {code} Community
kumartade
Enthusiast
Enthusiast

Remote Plugin SDK: navigateTo API related queries

Hi,

As per the documentation, in remote plugin sdk's app.navigateTo API behavior is different from localplugin SDK API which used to navigate to specified view of a vSphere entity as below:

window.htmlClientSdk.app.navigateTo({ targetViewId: "vsphere.core.vm.monitor.performance.advancedView",

objectId: "urn:vmomi:VirtualMachine:vm-19:f9d74ee2-c9c8-4f33-ad61-68245632fd75"}); 

But in remote plugin SDK it will either navigate to a vSphere entity without targetViewId only.

I had seen the htmlSdk.app.navigateToClientView({
targetViewId"administration.ceip"
});

which will support only one targetViewId:"administration.ceip" as per documentation. 

Is there a way to achieve the usecase of navigating to specific view of a native vSphere entity view?

Labels (1)
Tags (1)
1 Reply
amarinov
VMware Employee
VMware Employee

Hi @kumartade 

Your findings are correct i.e. the only view currently supported is the global "administration.ceip" view. Can you elaborate your use case to navigate to specific view(s)? Can you list the views you need to be able to navigate to?

Thanks,
Aleksandar

0 Kudos