pyvmomi icon indicating copy to clipboard operation
pyvmomi copied to clipboard

VMware vSphere API Python Bindings

Results 113 pyvmomi issues
Sort by recently updated
recently updated
newest added

Hi I have created a DRS affinity host group in my cluster called "windows_licensed" and I am trying to grab the esx hosts in there. I think it has to...

question

The guest operating system is placed on standby. Then, the vm.guess.guessState is shown as "notRunning" although the VM is on. I would like to know how to change the power...

question

When deploying ova file, meet the error about 'host did not have any virtual network defined.' This error message appeared on the latest 6.7 version of the VMware ESXi server....

needs verification

This occurs every so often in my codebase, sometimes when deleting a few machines at once, and then cloning a machine(simultaneously), this exception is thrown and the machine is not...

needs verification

My code as following.But I got exception empty and I think it's because that self.service_instance.CurrentTime get empty exception.So I can't figure out how it occurred and I wonder why CurrentTime...

needs verification

Hello Gentlemen , do you know how we can retreive this information CtkEnable = true ? in advenced properties of the machine ? Thanks in advance

question

Typically, I want to get the average memory usage of a host during a specified period of time. I can use powercli to run like ``` Get-Stat -Entity $host -Start...

question

Hi folk, I try do use python multiprocessing module to parallelize some data gathering from vcenter. Unfortunately i have faced with following problem during starting parallel processes: _pickle.PicklingError: Can't pickle...

question
help wanted

I want to use the performance manager to get the disk.usage.average values at 30 min intervals over a period of 7 days, as it is a level 1 call, I...

question

Hi everyone, I've got an installer that only can be installed, when I'm in `interactiveSession=True` credentials mode: I don't know why it is like that, but after a lot of...

needs verification