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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page