proxmox_api
A Python wrapper around the Proxmox VE REST API.
proxmox_api provides a typed, Pythonic interface to manage QEMU VMs,
LXC containers, storage, cluster resources, and more through the Proxmox API.
Contents
- Quick Start
- API Reference
- client – ProxmoxAPI
- _base – Resource base class
- access – Access / authentication
- cluster – Cluster resources
- nodes – Node resources
- qemu – QEMU VM resources
- lxc – LXC container resources
- node_resources – Disks & node firewall
- storage – Storage resources
- pools – Pool resources
- parse_apidoc – API doc parser