Difference between revisions of "Proxmox VE API"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 20:55, 20 July 2019
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