How to fetch hosts under a cluster using QuerySpec
Hi, Using QuerySpec I am trying to fetch list of Hosts under a cluster I have following code // create QuerySpec QuerySpec qs = new QuerySpec(); qs.resourceSpec = new ResourceSpec();...
View Articleissues in plugin deployment
Hi,We have a VMware web client plugin which works well with 5.5 web client.The plugin is registered as an extension with vCenter server ,plugin package gets downloaded and deployed on VMware web client...
View ArticleWeb Client SDK for vSphere 6.0
Is there a separate 6.0 Web Client SDK released to support vSphere 6.0? If so, where can I download the 6.0 SDK?I searched the VMware website/forums, and all I can find is vSphere Web Client SDK 5.5....
View ArticleLocalization and webclient
I have been trying to get the localization to work for our webclient. I setup the language properties files for each language we support under the locale directory of our project. I made sure that I...
View ArticleHow to access collection of vSphere types using string parameter in...
I need to access VirtualMachine parameter from HostSystem Managed Object using PropertyRequest:i.e. dispatchEvent(PropertyRequest.newInstance(hostRef, "<span style="color: rgb(255, 0,...
View ArticleWhat is the recommended way to pass the IP address of my back-end server to...
Hi Laurent, On a different thread I asked this question, but didn't receive any reply. And I am in need of the ASAP. Can you please help out. Here is the question: I wanted to find out what was the...
View ArticleLocalization and webclient using HTML Bridge
I have been attempting to localize our webclient plugin but so far it hasn't been working for me. I am using 5.5u1 for my development. I believe have setup the resources section in my plugin.xml file...
View ArticleGetting "Session not authenticated" while calling createUser function
Hi, We get successfully connected and authenticated to VMware ESXi machine using the webservices.But when we try to do some more operations like 'createUser()' it gives us error saying "Session is not...
View ArticleAccessing html content packaged within the plugin
Hi,I would like the plugin to open up a new browser tab with html content included in the plugin zip.How should it be packaged and how do I access it later? Thanks,Eitan
View ArticleAccesing a html resource from the vwc plugin
I need to access an html resource (not an external url) from my vwc plugin. How should the html resource within the plugin war be packaged? and how do I access it after? *Thanks in advance *
View ArticleNotAuthenticated fault when dealing with 6.0 system versus 5.5 using...
I am running into a problem when accessing the MOB for a 6.0 vCenter server setup versus a 5.5 setup. When I try to get the attributes for a host from the MOB (my backend Java code through the VIM25...
View ArticleNotAuthenticated fault when dealing with 6.0 system versus 5.5 using...
I am running into a problem when accessing the MOB for a 6.0 vCenter server setup versus a 5.5 setup. When I try to get the attributes for a host from the MOB (my backend Java code through the VIM25...
View ArticleComplex boolean propertyConditions for plugin.xml actions?
Is there a way to have more complex conditions before showing a context menu option? Right now we use compositeConstraints with nested propertyConstraints and a conjoiner. But that only gives us...
View ArticleSend properties request from MXML to java in the
Hi LaurentRecently I custom a page like the chassisRackVSphere-ui,I define my chassisColumnSetContainer in the plugin.xml as the sample(Codes below).I want sent the requestedProperties...
View Articlecan someone point me to sample example to process context_object in the java...
if my property request in mediator is:var myLoginRequest:PropertyRequest =PropertyRequest.newInstance(_contextObject, "test:ncsLoginData"); then in my PropertyProviderAdapter.java,how would i be...
View ArticleWhere to start?
Hello all,Years back when I did VI-SDK development, the situation was like this - the documentation sucked, but it wasn't too difficult to get one's head around the limited documentation and available...
View ArticlevSphere Web Client SDK 6.0 download link
Hi,from where can i download vSphere Web Client SDK 6.0 , can someone provide the link for download. ThanksVaibhav
View ArticleInvoke Datastore file browser
Dear All,We need to browse Datastore and to attach Virtual Disks to VMs from our plugin, so I am writing to you to ask you is it possible to invoke from the Web API this window. (see the...
View ArticleNeed information regarding the wizard tree implementation
Hi,Need some pointers regarding the wizard tree implementation.Currently we are using the PageInfo API to construct the wizard, which in turn wraps the respective components for each step.The...
View Article