Skip to main content

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’)

  1. Create and instance of the pyproxmox class using the auth object as a parameter:

b = pyproxmox(a)

  1. 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


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 hashes)

Uploaded Source

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