How to get list of VM Templates
The following code is a good example of how to get a list of running VM’s:this.vmService = VapiAuthHelper.StubFactory.CreateStub<VM>(SessionStubConfiguration);List<VMTypes.Summary> vmList =...
View ArticleQuestions on Virtual Disk's UUID
Hi all, The API reference does not have much description about Virtual Disk UUID and so I would like to ask couple of questions.I am referring to the UUID we can retrieve from Virtual Disk's...
View ArticleUnexpected response from vCenter API
Hi All, I am querying the API for a VPSC and getting an unexpected result. I have tried this on two VPSC systems and seen the same issue. The API path I am querying is Software Packages and is...
View ArticlevSAN NFS datastore shows 16MB
Hi All, We have a 3 node vSAN cluster and needs to configure syslogs to NFS, i have mounted datastore for all three hosts but one node shows it capacity as 16MB while other two is presenting the...
View ArticleUpgrading Powercli from 5.5 to 6.5
Hi Everyone, Recently in our environment, we moved from the thinkclient 5.5 Vsphere software to the Webclient 6.5 Software on our ESX host. During that time our integration is broken under Vsphere...
View ArticleIs it possible to add an extension point on the top tabs in vsphere client...
The basic idea to add extension points is that we can add as a submenu under Summary/Configure/Monitor tabs is understood through plugin. But is it possible to add a tab on top beside the...
View ArticleSSPI problem with VCSA 6.5
Hello All, I have a C# based application that connects to vCenter using Windows pass through. It’s been working quite a long time in different environments without issues.Some time ago we have moved...
View ArticleWhy does VMGuestAppMonitor of GuestSDK need libglib.so.0 during runtime?
I executed the command makein directory GuestSDK/docs/VMGuestAppMonitor/samples/java. The libVMGuestAppMonitorNative.so is built with the command$(GCC) -o libVMGuestAppMonitorNative.so -m32 -fpic...
View ArticlevSAN host syslog path change error
Hi, When changing the vsan host syslog location to a NFS folder i get the below error. This happens only with one host (3 node cluster), successfully configured other two hosts. The "Update option...
View ArticleSummaryViews Extension Height & Width of Portlet is not Reflecting in Plugin...
I am using an extension (as given below) to show an portlet in plugin mode. In this extension i am using a <dialogSize> Property to increase height and width of portlet. But height & width is...
View ArticlevSphere Flash Web Client Error: Client.Error.MessageSend
Few minutes after logging to vsphere web flash client, I receive the following errors message as a pop-up. Can you help? I'm using Chrome on Windows 2016 server. vmware RPC Fault faultString="Send...
View ArticleWork In Progress view in vSphere Client?
We have been migrating our vSphere Web Client plugin to the vSphere Client and just realized that the vSphere Client doesn't seem to include the Work In Progress view. At least we haven't been able to...
View ArticleJava SDK Sample Repository
Hi All,I tried to make a repository of Java SDK. I want to make it better. I am looking for someone who can cooperate.https://github.com/YujiEda/converter-sdk-java
View ArticleFetch all networks from VirtualMachine dataService query
Hi, Any api documentation for com.vmware.vise.data.query.PropertyConstraint I want to fetch all the networks of virtualmachine using dataService,[com.vmware.vise.data.query.DataService] Thanks
View ArticleSetting environment for vsphere-automation-sdk-python on Red Hat 7.3
Hi,I tried to setup environment for python3.5 according to https://github.com/vmware/vsphere-automation-sdk-python. When I runpip install --upgrade --force-reinstall -r requirements.txt...
View ArticleOperating system not found
I shut down a vm so that I could export OVF.My plan was to export it from our onsite vcentre to our offsite vcentre so that we have a backup in place. However, once I had finished exporting the OVF, I...
View ArticleHow to retrieve vSphere Session
Hi Folks, I am trying to build HTML5 plugin, for which there is a need to implement VMware "PropertyProviderAdapter" from "com.vmware.vise.data.query" package. I am trying to call an API from REST...
View ArticlevCloud API 31.0
Hi,I'm facing an issue with the vCloud API using JSON. I'm trying to update a virtual machine disk. When I retrieve the GET /vApp/{id}/virtualHardwareSection/disks I get in the Hard Disk 1 item the...
View Articleplugin seed 1.0.0 released
The latest version of plugin seed is available in the download area of the fling site vSphere HTML5 Web Client Version 1.0.0 is now based on SDK 6.7, using the new Javascript APIs. It allows to build...
View ArticleFind associated datastore from VM C# sdk
Hi, Is anyone able to tell me how to find all Vm details from the VM name in c# using VMWare.Vim.dll ?I found how to find host but not datastore for example.I searched in all properties of VM and...
View Article