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
Release history Release notifications | RSS feed
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.4.1.tar.gz
(24.2 kB
view hashes)
Built Distribution
vmtconnect-3.4.1-py3-none-any.whl
(30.9 kB
view hashes)
Close
Hashes for vmtconnect-3.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99d5a0d9e1eb0f52a419a847ee095cf1505197a7e97728aa62b21b809fa96a05 |
|
MD5 | 84e033260aea2fbfc6a3361cdc5cffbc |
|
BLAKE2b-256 | efa1c8988110aad30ebe54fe47c6e23579ce4f94488abfd28aaaf2c4798ad2cb |