Providing Navigation to vSphere objects
Hello, How do I navigate to a specific vSphere object like Host or Cluster from our plug-in? I see the references of navigation for old C# client - window.external.Navigate(‘HostSystem:host-23’,...
View ArticleHow to new a custom objectCollection in navigator.virtualInfrastructure
HI,I want to new a custom object collection in the left hand side in inventory,the image view is below picture. and in the chassissRack-ui sample,the "listViewId" is...
View ArticleRegarding registration of web client plugin package in vcenter server
Hi, i am able to create plugin package(.zip file), using eclipse virgo plugin and able to deploy and test the same with serenity client as specified in SDK tutorial. To register my plugin package as...
View ArticleIs AppWizard is going to deprecated in future SDK Releases?
Hi We are planning to use Wizards API's in our Plugin Development. when i'm referring the vsphere-client-sdk/docs/samples-doc/chassis-app.html doc it is mentioned as "Wizards are provided only as...
View ArticleMissing /storage/vsphere-client folder on the Linux vCenter Appliance
Our plugin needs to persist some data (configuration options) on the vSphere web client server. The globalservice sample code mentions that the /storage/vsphere-client folder should be used to persist...
View ArticleHow can i add Cutom privilege for my plugin?
Hi, Vmware documentation saya that "vCenter Server extensions might define additional privileges not listed here. Refer to the documentation for the extension for more information on those privileges"...
View ArticleNeed help on Package NameSpace usage in vSphere Plugin Development
Hi, I created my plug-in project with package name "jp.co.<companyName>.sample" instead of "com.<companyName>.sample".When i am trying to create a "View and Mediator" classes using the New...
View ArticleHow to get behaviour like vCenter Orchastrator : Getting Global view with...
Hi, I want to build the UI which will exactly work as vCenter Orchastrator. When I'll click on my plug-in icon on global view it must open tabs like : Getting Started,Summary and Manage.
View ArticleVMware cannot detect USB devices
Hi, Today I found that my vmware cannot detect USB devices. I didnot change any setting of my vmware and it's always working fine previously. A few days ago, I installed the vsphere client and vcenter...
View ArticleBest approach to fetch the hostSystem name and names of VMs on the host
Hi There, My requirement is to fetch the name property of the host and the names of all VMs on that host. I trying following code, but unable to fetch "vm.name" property. Am i missing something here....
View ArticleAccess the ServiceContent from a web client extension based on the current...
I would like to access the ServiceContent in a web client extension using the current user session, is this possible or am I going to have to maintain a username password to login to the vcenter server?
View ArticleNewbie: what SDK is this Java code using, and where can I download "VI SDK...
Hi all, I've inherited a Java based project that uses a VMWare API. I'm still trying to wrap my head around it. Hope someone can help! It appears my Java app communicates to VMWare servers using a...
View ArticleWeb client and vCenter's SQL
I'm caught in a catch 22 and need some advise. The SQL server that vCenter uses is hardware version 10 and hardware settings must be changed via the web client. We tried to hot-add 4 CPUs to take the...
View ArticleHow to implement wizard "Minimize" in web client 5.1?
I find vwc5.5 provides apis to create wizard.The wizard has 'Minimize' and ’Help‘ functions. I want to implement the same wizard in vwc5.1, so is there apis that i can use to implement 'Minimize' and...
View ArticleCustom ObjectViewTemplate and Privileges
I am continuing to implement privilege checking in our plugin. I want some of our components, such as the manage tab for the object view to only appear when the user has a specified privilege....
View ArticlePrivilege filtering and actions
As part of my plugin, I want certain actions to only be available to users with specific custom privileges. For example I only want to allow users that have my custom write privilege to be able to...
View ArticleGlobal View Extension (vise.global.views) - specify the object type
Hi I am working on creating a global view. My component class is a Flex view which has a mediator. How does it set context object in case of GlobalView since we dont pass in any object...
View ArticleNeed Information
Hi All , I am New for VMware . I would like to know the real time issues on VM level , vSphere level and ESX level. Could anybody share information please . Regards,Rajeev.
View ArticleNeed Help in designing the Plugin?
We have three different products but they are of same logical type. However since they are three different class of products, we want to show them as part of the list view extension.But we are forced...
View ArticleHow to get the web client uri or IP information in data adapter java service
hiAs the samples in SDK "chassis-app/chassis-service" ,the samples use the "ChassisDataAdapter implements DataProviderAdapter" to get data.Here I want to get the web client ip information in the...
View Article