VMware vCloud Suite Python SDK README

VMware logo

The VMware vCloud Suite SDK for Python enables programmatic access to vSphere. Access to capabilities exposed through the vSphere Web Services API is done using the open-source pyVmomi project. The SDK includes python libraries for accessing new features like Content Library and existing features like Tagging which did not support a public API prior to vSphere 6.0.
The SDK contains samples for the features mentioned above as well as samples to demonstrate how to interoperate with vSphere APIs. If you want to look at the vSphere API samples, please refer to pyVmomi community samples.
This README contains the following topics:

Intended Audience

The VMware vCloud Suite SDK for Python is intended for the following audiences:

  • Developers who want to write new application(s) for vSphere 6.0.
  • Developers migrating an existing vSphere application to use new features.

Prerequisites

For exercising the samples included in this SDK, you need a vSphere 6.0 deployment. Refer to vSphere product documentation for more information and specific installation and deployment options.

System Requirements

vCloud Suite SDK for Python 6.0 supports python 2.7, 3.3 and 3.4.
Note: VMware strongly recommends using openssl version 1.0.1j or, higher because of some critical security fixes.
Currently we test the SDK and samples on python 2.7, 3.3, 3.4 on these operating systems:

  • x86-64 RHEL 6.3
  • 64 bit Windows 7
  • OS X 10.10 Yosemite 10.9 Mavericks, 10.8 Mountain Lion

Please see the instructions for installing the SDK and 3rd party libraries.

What’s in the SDK Package?

The vCloud Suite SDK for Python contains:

  • Python libraries, API reference documentation for features like Content Library and Tagging.
  • WSDL for lookup service API (required for Service Registration and Discovery).
  • Samples for new features and services which also demonstrate how to interoperate new APIs with vSphere APIs.

The following table contains a brief description of the contents of the vCloud Suite SDK for Python.

Directory structure (under VMware-vCloudSuite-Python-SDK):

DirectoryContentsDocumentation
client Client libraries, API documentation and samples Client SDK README
docs API reference documentation and documentation resource files Client SDK API Reference Index
provider Provider toolkit for generating client bindings for new services developed using the provider development kit included in the vCloud Suite SDK for Java (advanced provider development use case) Provider SDK README

VMware Resources


Copyright © 2015 VMware, Inc. All rights not expressly granted herein are reserved.

Last updated: 23rd January 2015 |  VMware vCloud Suite Python SDK