Pyvmomi: Difference between revisions
Jump to navigation
Jump to search
Created page with "=== pyVmomi === author: VMware ==== Description ==== The official python vSphere API binding for running python scripts that target ESX, ESXi and vCenter ==== Usage ==== To..." |
|||
Line 15: | Line 15: | ||
https://github.com/vmware/pyvmomi | https://github.com/vmware/pyvmomi | ||
https://pypi.python.org/pypi/pyvmomi | |||
see also: | see also: |
Latest revision as of 09:01, 30 January 2014
pyVmomi
author: VMware
Description
The official python vSphere API binding for running python scripts that target ESX, ESXi and vCenter
Usage
To get started, check out the examples in the sample folder.
getallvms.py Python program for listing the vms on an ESX / vCenter host poweronvm.py Python program for powering on vms on a host on which hostd is running
Location
https://github.com/vmware/pyvmomi
https://pypi.python.org/pypi/pyvmomi
see also:
http://www.virtuallyghetto.com/2013/12/early-xmas-gift-from-vmware-pyvmomi.html