"pyVmomi" 和 "vSphere Automation SDK for Python" 的区别?
Difference between "pyVmomi" and "vSphere Automation SDK for Python"?
当我搜索 pyVmomi (Python SDK for the VMware vSphere API) doc/examples I found the vSphere Automation SDK for Python 页面时。这个名字听起来像另一个 vSphere SDK,但 API 与 pyVmomi 有很大不同。是不是 pyVmomi 包装器可能更容易使用?
vCenter 服务器目前提供两个主要的 API 服务:
- vSphere Web Services API,基于 SOAP,pyvmomi(和 vSphere Management SDK)的集成点
- vSphere Automation API,基于 REST,vSphere Automation SDK 的集成点
SOAP API 基本上与 vSphere UI 相当,而 REST API 是相当新的,主要是 VM 和 VCSA 侧重于可用功能。
当我搜索 pyVmomi (Python SDK for the VMware vSphere API) doc/examples I found the vSphere Automation SDK for Python 页面时。这个名字听起来像另一个 vSphere SDK,但 API 与 pyVmomi 有很大不同。是不是 pyVmomi 包装器可能更容易使用?
vCenter 服务器目前提供两个主要的 API 服务:
- vSphere Web Services API,基于 SOAP,pyvmomi(和 vSphere Management SDK)的集成点
- vSphere Automation API,基于 REST,vSphere Automation SDK 的集成点
SOAP API 基本上与 vSphere UI 相当,而 REST API 是相当新的,主要是 VM 和 VCSA 侧重于可用功能。