mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
04bea2392a
Proxmoxer is a python wrapper around the Proxmox REST API v2. It currently supports the Proxmox services of Proxmox Virtual Environment (PVE), Proxmox Mail Gateway (PMG), and Proxmox Backup Server (PBS). Allows usage of the proxmox ansible module to manage PVE containers/VMs. requested by and ok matthieu@
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
Proxmoxer is a python wrapper around the Proxmox REST API v2.
|
|
It currently supports the Proxmox services of Proxmox Virtual
|
|
Environment (PVE), Proxmox Mail Gateway (PMG), and Proxmox
|
|
Backup Server (PBS).
|
|
|
|
It was inspired by slumber, but it is dedicated only to Proxmox.
|
|
It allows not only REST API use over HTTPS, but the same api over
|
|
ssh and pvesh utility.
|