Getting Started

About

vmt-connect is a connection wrapper for working with the Turbonomic API. It provides not only connection handling, but also many convenience methods for handling common tasks within Turbonomic.

Installation

pip install vmtconnect

Requirements

In order to use vmt-connect you will need to be running a supported version of Python, and install the Requests module.

Importing

In the most basic case, you need to import the package.

import vmtconnect

However, you may find it more useful to alias the import

import vmtconnect as vc

Source Code

vmt-connect is an official Turbonomic Open Source project. The source code continues to be hosted on GitHub.

Individual release archives may be found here.

Contributors

Current Maintainers:
  • John Fabry

  • Ray Mileo

Past Contributors:
  • R.A. Stern (Creator)

  • Austin Portal

  • Chris Sawtelle

  • Ryan Geyer

Turbonomic REST API Guides

The following published user guides are available to aid in developing against the Turbonomic REST API. Additional resources are available on the Turbonomic Documentation website.

License

vmt-connect is distributed under the Apache 2.0 software license, which may also be obtained from the Apache Software Foundation, https://www.apache.org/licenses/LICENSE-2.0.txt