When I was searching for pyVmomi (Python SDK for the VMware vSphere API) doc/examples I found the vSphere Automation SDK for Python page. The name sounds like another vSphere SDK but the APIs are quite different from pyVmomi. Is it pyVmomi wrappers which may be much easier to use?
Asked
Active
Viewed 2,580 times
1 Answers
4
vCenter servers currently serve up two main API services:
- vSphere Web Services API, SOAP based, integration point for pyvmomi (and the vSphere Management SDK)
- vSphere Automation API, REST based, integration point for the vSphere Automation SDK
The SOAP API is basically at parity with the vSphere UI, whereas the REST API is fairly new and mainly VM and VCSA focused in terms of available functionality.

Kyle Ruddy
- 1,886
- 1
- 7
- 5