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

can't access the pydocs pyvmomi documentation site

needs verification

Im writing a small internal service that uses pyvmomi. It's a daemon that runs all the time, but don't have a continuous load. I had issues where the session timed...

needs verification

When trying to instantiate a LazyType object, a `TypeError` is thrown: ``` LazyType(vim.Datacenter) TypeError: type.__new__() takes exactly 3 arguments (1 given) ``` I believe this may have to do with...

needs verification

Hi, I'm trying to execute the example code to upload file to vm. But I'm getting below error: url = content.guestOperationsManager.fileManager.InitiateFileTransferToGuest(vm, creds, inputs['vm_path'], AttributeError: 'NoneType' object has no attribute 'fileManager'...

needs verification

I am trying to create a script to schedule run once snapshots. I have looked at the samples but found this issue is more helpful: https://github.com/vmware/pyvmomi/issues/452 Hence I have wrote...

question

Issue: When i try to execute the below code, i always get only the hostname , but not the full path # Script Below =============================================== #!/usr/bin/env python """ List Of...

question

I want to retrieve some specific information from sso-adminserver

needs verification

when i crate vm by templeate, if templete is Linux, the network can work, but windows templeate can't work . how to customization network when I create a new windows...

question

Exception: pyVmomi.VmomiSupport.vmodl.fault.InvalidArgument: (vmodl.fault.InvalidArgument) { E dynamicType = , E dynamicProperty = (vmodl.DynamicProperty) [], E msg = 'A specified parameter was not correct: ', E faultCause = , E faultMessage =...

needs verification