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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page