Re: InstantClone APi ??
For those that are still watching VMFork for pyVmomi More or less documents these internal APIs
View ArticleRe: Custom events not formatting correctly with WSSDK 5.1
Hi,try - customEventResourceInfo.setLocale("en_US"); Regards,Harsha
View ArticleCleanup files using vSphere SDK?
Hi experts, Is there a way that i can cleanup the files on vCenter/VCSA using the vSphere SDK ? Most of the vSphere SDK APIs are to work with the VMs/ESX and not for the vCenter Server or VCSA ?...
View ArticleSDK for Adding SCSI controller
Hello,I am trying to add a SCSI controller using MOB/SDK. The VM reconfigure is happening, but SCSI Controllers are not added. Following is the payload I am...
View ArticleRe: SDK for Adding SCSI controller
Found it. <spec> <deviceChange> <operation>add</operation> <device xsi:type="VirtualLsiLogicController"> <key>-100</key>...
View ArticleRe: Example code for adding to Recent Tasks
Hi. I have the same question here.Could I ask where do you find the sample code? You mentioned you have found another community somewhere. Thanks in advance!
View Articlec# Simple CreateVM like PowerCLI command
Hello,Main-Problem:I need to dev a Webpage to create VMs in our vSphere. For Info: In the enviroment we have multiple clusters with multiple hosts with many VMs. We alrady have the following...
View ArticleHow to add an item to "Tasks (Console)" of vSphere Web Client
Hi all, I am a total newbie in VMware SDK developing. I am trying to track action progress for my extension (plugin) using the Task Console but I could not find any sample code to help. I tried to...
View Article"A WebService annotation is not present on class:...
Hi,We have a vSphere HTML SDK plugin developed using vSphere 6.5 SDK. One of the dependencies for our plugin is vim25.jar (from the libs folder of vSphere 6.5 HTML SDK).Our plugin gets loaded...
View ArticleHow to get IP address of vCenter Server?
I want to get IP address of vCenter Server from my plugin. But from vimObjectReferenceService, I only can get host name of vCenter Server (something like vc01.example.local). Is there anyway to get IP...
View ArticleRe: How to get IP address of vCenter Server?
Hi Afgdd, I connect to my LAB VC via powercli.Once connected if i fire the following command it gives a output from where i can pick up the IP.===========================Command : $defaultVIServer...
View ArticleHow to wait a task after cloning VM with VMWare.vim.dll ?
Hello everybody, I work on a web interface which manage virtual machines on vsphere Esx 5.5. My interface is based on .net web forms (not MVC)I followed jeffpaton posts (using VMware.Vim ) which...
View ArticleRe: How to get IP address of vCenter Server?
Hello Amit KadamThank you for your response. However, I want to get vCenter IP address from service layer of a plugin using vSphere Web Client SDK, not powercli
View Articlelock vsepehe
Hello we used vcenter server lock it We removed it vcenter but not unlock server on vcenter now we can not login to vSphere it massage locked please help me
View ArticleHow to create a VI 2.5 client plugin
This is not a replacement for the white paper I am writing that describes VI client plugin development. Consider this a "BSG: Razor" tactic. Yes, the real product is coming, this is just to tide you...
View ArticleVSphere Java SDK: How to get the time when Virtual Machine was powered off
VSphere Java SDK: How to get the time when Virtual Machine was powered off For getting Powered on Time, I am using vm.getRuntime().getBootTime().getTime(); Problem is as per VM docs bootTime property...
View ArticleRe: How to get VirtualMachine moid
You can find moid at the address field in web browser when you select VM in vCenter WebClient. See screenshot.
View ArticleGet specific folder when there are multiple folders with the same name
Hi. I'm trying to resolve a similar issue as described here:Folder by Path - LucD notes However, I'm trying to use the vSphere API to resolve the issue. Trying to run the following code will display...
View ArticleHello, I have a question about creating users or groups in vCenter Server
Firstly, my main programming language is Java.Do you guys know how to create a user or group in the vCenter Server instead of ESXi server which to be needed to use HostLocalAccountManager class from...
View Article