Python Wrapper for the Proxmox 2.x API
Project description
A python wrapper for the Proxmox 2.x API.
Example usage:
1) Create an instance of the prox_auth class by passing in the url or ip of a server, username and password:
a = prox_auth(‘vnode01.example.org’,’apiuser@pve’,’examplePassword’)
Create and instance of the pyproxmox class using the auth object as a parameter:
b = pyproxmox(a)
Run the pre defined methods of the pyproxmox class. NOTE: they all return data, usually in JSON format:
status = b.getClusterStatus()
For more information see https://github.com/Daemonthread/pyproxmox
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
pyproxmox-1.0.1.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for pyproxmox-1.0.1.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35ea48222281220173cb29225843f3c164ebb6ca0f6a59ad1bc8aa30fb598fd5 |
|
MD5 | afd963208c1cffdb97f4967bfaaa1f3e |
|
BLAKE2b-256 | d35776c4d6188338e19e40242db4a7c92bf636579e6c45822165a7b9ca9cd00b |