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

### Describe the bug I am adding a disk for a virtual machine created without a SCSI controller I used your code but I'm stuck on the error disk SCSI...

bug

Hello team, I have been using vim.host.SystemIdentificationInfo to get the ESXi host serial number (physical host serial number, in my case it is Cisco UCS Blade). Sometimes it is successful...

question

![image](https://user-images.githubusercontent.com/32457473/84878776-e1fcc200-b0bc-11ea-9246-4ef4ffbcc6f7.png) I have install the pyVmomi, and I can import pyVmomi, but there is no vim in the pyvmomi?

needs validation

Simple example to delete all port mirrors from a DVS

Demonstrate how to figure out a Virtual Machine's datastore path during create, save the path, and then use that path to find the VM again later. This can be a...

help wanted
sample request
OpenStack

Hello, I'm able to add a nvdimm device via vcenter GUI, and I captured the code. However, when I tried to program it (similar to the captured code) to add...

help wanted

Hi, I found the function GetAlarmState under the alarmManager, while community samples use another way triggeredAlarmState. I'd like to fetch all the active alarms of all vms, which one is...

question

Hello, I cannot find any samples in the repo using CA file, most of them use 'disableSslCertValidation'. Can anyone kindly tell me how to specify a CA for HTTPS to...

sample request

Hi, I'm trying to use the alarm.py tool to clear alarms from a specific VM and I'm not able to do so. I also tried using the list_host_alarms.py script with...

question

Hi I don't believe this is a problem with the samples, rather a dependency package it relied upon, when running "pip install -r requirements.txt", I get the followig error: Complete...

bug
needs validation