Proxmox VE API

From UVOO Tech Wiki
Revision as of 20:55, 20 July 2019 by Busk (talk | contribs) (Created page with "# Using API https://pve.proxmox.com/pve-docs/api-viewer/ # Use pyproxmox https://github.com/Daemonthread/pyproxmox/blob/master/src/pyproxmox.py If using `pip install pypr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using API

https://pve.proxmox.com/pve-docs/api-viewer/

Use pyproxmox

https://github.com/Daemonthread/pyproxmox/blob/master/src/pyproxmox.py

If using pip install pyproxmox you will want to replace pyproxmox.py file with latest from github. pip package has not been updated recently and has api issues with some functions.

https://raw.githubusercontent.com/Daemonthread/pyproxmox/master/src/pyproxmox.py