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 107 pyvmomi-community-samples issues
Sort by recently updated
recently updated
newest added

I want to create a new VM(without using any templates). I want to attach virtual disk to it of specific size, 3 NIC adapters, 2 CD-ROM(to attach iso kept in...

help wanted

I'm not finding anything in the pyvmomi documentation on sending keystrokes to a VM. In powerCLI this can be done using the Set-VMKeystrokes to send keypresses to the vm itself....

help wanted

Hello, I would like to collect all the active alerts from the VCenter. I tried code like below but it is not working. I initiaited connection using SmartConnectNoSSL for Vcenter...

help wanted

According to this: https://github.com/vmware/pyvmomi/issues/362 you have to have a snapshot which is not possible on a template. So, is it even possible to do a linked clone out of a...

help wanted

Hi all, First of all I really like pyvmomi and it helped me a lot. Now I want to add a vmkernel port to a Distributed Switch. Can somebody help...

help wanted

I am trying to install a plugin using a python script. I am able to register the extension on the mob. However, I am unable to see the corresponding plugin...

help wanted

i'm trying to copy an exe file from a linux guest box to windows vm. i've used InitiateFileTransferToGuest(vm, cred, file_path,?,True) . how to find the length of an exe and...

help wanted

Hi, getting below exception while creating a directory in windows VM. Creating directory in vm using : MakeDirectoryInGuest() from vim.vm.guest.FileManager. passing all the attributes to MakeDirectoryInGuest(). traceback : createParentDirectories=True File...

help wanted

``` # pip freeze certifi==2018.10.15 chardet==3.0.4 idna==2.7 lxml==4.2.5 pytils==0.3 pyvmomi==6.7.1 requests==2.20.0 six==1.11.0 tools==0.1.9 urllib3==1.24.1 ``` Its clean virtualenv with only pyVmomi + tools ``` Traceback (most recent call last): File...

help wanted