30f78ab40cdb58d4b151b201c68d04ab75da5d6c
pyVmomi is a Python SDK for the VMware vSphere API that allows you to manipulate ESX, ESXi, and vCenter using scripts.
To get started, check out the samples project at http://vmware.github.io/pyvmomi-community-samples/
- community discussion on IRC freenode.net channels #pyvmomi and #pyvmomi-dev
You can install this as a package. Just run python setup.py bdist_egg
and then use pip
or easy_install
to deploy it on your system.
There are other bindings of this API in other languages. See:
- vijava (Java): http://vijava.sourceforge.net/
- rbvmomi (Ruby): https://github.com/vmware/rbvmomi
- vSphere SDK for Perl (non-free): https://my.vmware.com/group/vmware/details?downloadGroup=VSP510-SDKPERL-510&productId=285
For general language neutral documentation of vSphere Management API see: http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.wssdk.apiref.doc/right-pane.html
Releases
- 5.1.0
- 5.5.0
- Next release in progress 5.5.0_2014.1
Related Projects
- Feature Incubator: pyvmomi-tools
- Samples Project: pyvmomi-community-samples
Have fun!
Description
Languages
Python
100%