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.1.3.tar.gz
(4.3 kB
view details)
File details
Details for the file pyproxmox-1.1.3.tar.gz.
File metadata
- Download URL: pyproxmox-1.1.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72f9471ed71d3241064d6689c8cd81538016231f1f2f49e2ffcfa77600fa77e5
|
|
| MD5 |
c51c2f18bf0f5ddd1464ef5228ced2ad
|
|
| BLAKE2b-256 |
3cba1f32424aa3d60e9dbd141ddfd63b25e17389be0784da8d1260da93eac35c
|