Skip to main content

Turbonomic API Client

Project description

vmt-connect: Turbonomic API Connection Wrapper

vmt-connect is a user-friendly wrapper around the second generation Turbonomic API. The wrapper provides useful helper functions for handling general tasks within the API, such as searching, filtering, and error checking. This module is not intended to be a full API client implementation.

Installation

pip install vmtconnect

Usage

import vmtconnect as vc

conn = vc.Connection('localhost', 'administrator', '<password>')
vms = conn.get_virtualmachines()
print([x['displayName'] for x in vms])

Documentation

The user guide is a good place to start. Detailed documentation is also available here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vmtconnect-3.6.2.tar.gz (29.5 kB view hashes)

Uploaded Source

Built Distribution

vmtconnect-3.6.2-py3-none-any.whl (32.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page