pyvmomi-community-samples icon indicating copy to clipboard operation
pyvmomi-community-samples copied to clipboard

A place for community contributed samples for the pyVmomi library.

Results 105 pyvmomi-community-samples issues
Sort by recently updated
recently updated
newest added

I need to read the temperature of the CPU, the power of the machine, these are read in the monitoring sensor in ESXi, did not find this module Is this...

question

### Is your feature request related to a problem? Please describe. I want to an OVF file to ESXI server which has 2 vmdk . I see we have https://github.com/vmware/pyvmomi-community-samples/blob/master/samples/deploy_ovf.py...

help wanted

### Is your feature request related to a problem? Please describe. Hello, after an inverstigation in Vsphere UI and SDKs I wasnt able to find any option for exporting already...

question

### Describe the bug I want to migrate all virtual machines from one host to another, how can I get a list of virtual machines on one of the esxi...

help wanted

Is there a way to retrieve the existing list of scheduled snapshots?

question

I have been using pyvmomi to automate VM operation for a while now. When search for the VM as the automation target, I couldn't help but think, finding the correct...

question

Hot to get installing VM's stdout and stderr or console log when I created a VM with pyvmomi. I want to check if the VM install successfully and get the...

help wanted

Hello, I am writing some prototypes where in my code gets called when a specific event happens. I looked at some sample code in https://github.com/vmware/pyvmomi-community-samples/blob/master/samples/relocate_events.py. This seems to be querying...

help wanted

Hi, I wrote a simple script using pyvmomi verion 7.0.1, to schedule VM snapshots: ``` while not vm: try: si = connect.SmartConnectNoSSL(host=list(vCenter_dict.values())[dict_position], user=vCenterUser, pwd=vCenterPassword, port=443) atexit.register(connect.Disconnect, si) except IOError as...

needs validation

Hello, I wanted to get the attributes of the Distributed -PG (DPG) and a regular Host PG. For a DPG, i cache the Managed Object (MO) of the top-level Distributed...

help wanted