Actions filtered by ESX version
Hello, I'm trying to apply menu actions only to hosts that have ESX 5.0 or 5.1I've tried to filter them using the propertyCondition tag but didn't worked so far. I've spent some time looking over the...
View ArticleSetting Data using vSphere web client sdk
Hello, In most use cases or samples provided in the sdk docs , there are examples of data query using either PropertyProviderAdapter (getProperties) or DataProviderAdapter (getData) .Is there an API...
View ArticleException Handling in Service Layer which can propagated into Flex plugin-layer
Hello, In my current plugin I'm using 3rd party CIM- client libraries which throw exceptions for transaction which are invalid. I want to process these exceptions and bubble these into Flex Layer ....
View ArticleWill web client fallback to HTTP if HTTPS doesnt work for plugin download?
Hi, When downloading the plugin, will the web client fallback to HTTP if HTTPS doesnt work, provided I have added allowHttp=true in webclient.properties? Say I have registered my plugin with...
View ArticleFilter extensions/actions based on java service
Hi, I need to filter an extension based on a response from the java service: show the extension if the java service returns true. If not, hide the extension. Is this possible? Thanks
View ArticleDataRequest of other vSphereObjects
Hello, This is with regards to using DataProviderAdapter, with reference to views-properties-ui example. The data that is being fetched is for vsphere objects such as Datastore,VirtualMachine. However...
View ArticleError while logging into the vsphere
I'm getting this phantom error while loading my module , but don't know why or where this calling is being invovked or being set from. Any ideas how this could be detected ? Thanks! TypeError: Error...
View ArticleCan a inventory tree implemented in vSphere web client 5.1?
Hi,I am developing a vsphere web client 5.1 plugin.I need to implement inventory tree in my plugin. The programming guide and sample documentation speaks about listing entities as "Inventory list" and...
View ArticlePassing in Additional parameters in DataProvider Adapter not supported ?
I want to send the _contextObject of a vsphere object (HostSystem) in DataProvider Adapter as an parameter in the dispatch request for which I'm doing the following: Flex layer:var...
View ArticleIs there a way to catch session close event in Plugin?
Is there a way to catch session close event in Plugin, so we can do some clean up before user close the session? Is session timeout and user close the browser trigger the same event or different event?...
View ArticleErrors in starting the GlobalView samples in Virgo server
After importing the sample Global View UI and service, adding them to the server showing these errors: [2013-01-11 17:42:25.522] [INFO ] TCP Connection(2)-127.0.0.1 <ME0003I> Dump...
View ArticleFLEX component in Summary View
Hello! I need an foldable grid like one on the screenshot.Is there a way to use SDK's flex component for the Summary view? What is the name of the package/class?
View ArticleError deploying vsphere-wssdk-provider service sample
While other service samples were imported and deplayed OK, VSPHERE-WSSDK-PROVIDER generated this error: [2013-01-15 16:17:24.489] [ERROR] TCP Connection(64)-127.0.0.1 Install failed for bundle...
View ArticleHow to get the CustomFieldsManager Content
Hi everyone, I tried to create a customfield-ui for the web client to show all customfields of a VM under the extension point "vsphere.core.vm.monitorViews".Creating the View is not my problem.I have...
View Articlevsphere API to upload file to the vcenter server
Hello Is there any existing vsphere api that will let me upload a file to the vcenter webserver location? I am looking to be able to remotely upload the file. ThanksElizabeth
View ArticleTypeError for exception set in ResultSet
Hi, When there is an exception in the data service adapter, we can set it in the ResultSet.error to pass it to the GUI. In the GUI, we should be able to access it in as an Error object. But when I set...
View Articlevsphere api to use windows session credentials to login to vcenter
Hello Is it posible to use vsphere api to login to the vcenter using the windows credentials (without having to explicitly input the same). For example someway of indicating to the vsphere env / api to...
View ArticleContext manu item name
Hi, 1) I have added my content in VMware context menu by default is displaying the name like “All noGroup Action ”. It is possible to change the default name and add my plug-in name. If it is...
View ArticleHow to extend data grid used in web client ui
I want to use web client data grid in my plug-in . Can you guide me on how to use that in plugin .
View ArticleUnable to view extension after updating the extension on vcenter server
Hello I was able to successfully register my plugin package (with version 1.0) as an extension on the vcenter server. I used the vsphere web client to connect to my vcenter server. As expected it...
View Article