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.6.2.tar.gz
(29.5 kB
view details)
Built Distribution
File details
Details for the file vmtconnect-3.6.2.tar.gz
.
File metadata
- Download URL: vmtconnect-3.6.2.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6f43b40c9e8d52ac88850c9a7104304ecf3f975de5fa63ff6071cc15eecc198 |
|
MD5 | ae0f02a260ac8414c026a022fe300f3c |
|
BLAKE2b-256 | c0258934f44a842a4578da21a637cd094c0372b55e9434100c474f4229ded841 |
File details
Details for the file vmtconnect-3.6.2-py3-none-any.whl
.
File metadata
- Download URL: vmtconnect-3.6.2-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 007f8ebfcaddd0f6c3ad9fba6bcae2fc7d6c9201629ed79e043061912c4232f1 |
|
MD5 | 267682b0e052bc6d8820bd8befcc6152 |
|
BLAKE2b-256 | 934f6576f79ad23d28ada07a8bb66473d8414ef59213c4a07166de314f60d0d2 |