pyvmomi icon indicating copy to clipboard operation
pyvmomi copied to clipboard

VMware vSphere API Python Bindings

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

### Is your feature request related to a problem? Please describe. I notice current version of `pybmomi` does not support **SRM (Site Recovery Manager)** related operation in vCenter. ### Describe...

enhancement
VMware Staff Assist Needed

Is it possible to receive "feedback" from stderr or stdout while waiting for a task ?

enhancement
question

Purpose: Add a new disk in the specified datastore, not in the same path of the VM files. Sample code: ``` ... disk_spec = vim.vm.device.VirtualDeviceSpec() disk_spec.operation = vim.vm.device.VirtualDeviceSpec.Operation.add disk_spec.fileOperation =...

needs verification

after instant clone many times,I found too much delta disks in the folder, and the speed of instantclone will be slower.

needs verification

In case of idle time, httplib often issues RemoteDisconnected(Remote end closed connection without response), when we attempt to make a connection to the server using SoapStubAdapter:InvokeMethod. Second attempt always succeeds....

enhancement
needs verification

I want to use SoapStubAdapter with https to connect to my vcenter. I created a cert file and key file by using connect.SmartConnectNoSSL and [extension manager](https://vdc-download.vmware.com/vmwb-repository/dcr-public/98d63b35-d822-47fe-a87a-ddefd469df06/2e3c7b58-f2bd-486e-8bb1-a75eb0640bee/doc/vim.ExtensionManager.html#setCertificate). I am getting `ssl.sslerror:...

needs verification

I'm triggering host enter maintenance mode API -> waitForTask via pyvmomi, this task would complete in 24 hour in VC since the heavy load, but watiForTask always fail in 8...

needs verification

pyvmomi_version: 7.0 (vim.AboutInfo) { dynamicType = , dynamicProperty = (vmodl.DynamicProperty) [], name = 'VMware vCenter Server', fullName = 'VMware vCenter Server 6.5.0 build-15259038', vendor = 'VMware, Inc.', version = '6.5.0',...

needs verification

Hi, When it uses pyvmomi for execute a command on a vm rhel 7.8 with ldap account and pam sssd module, the pyvmomi module return vim.fault.InvalidGuestLogin Whereas it can to...

needs verification

Assigning a static IP is not working when deploying a new VM on ESXi host. Other details: Ansible version: 2.9.13 VCenter version: 6.5

needs verification