Search results

  1. J

    How to query hard disk usage via web API?

    I'd like to query the amount of hard disk space used on the server (or remaining) via the web API. I see I can query the total size of the hard disks via: /nodes/{node}/disks/list (There is a 'size' field in there). How can I query the size used or remaining, of the total size of the disk...
  2. J

    process to build qemu?

    It appears that proxmox is applying some custom patches to the qemu source. The ones I've located are in pve-qemu/debian/patches/pve. Is there a process for me to apply those to the qemu source and then build the qemu binaries? It also appears proxmox may be adding libs to the qemu build...
  3. J

    Scripting interface?

    I'd like to write some scripts to control/monitor VM state. The script would run from a windows system, ideally with no Proxmox software installed. Is there a python API for Proxmox? I'm thinking my windows script would ssh into the Proxmox node and then interact with a scripting interface...
  4. J

    Can I specify the path to qemu (and other customizations to qm)?

    I've been running my VMs directly on qemu in the past, and I'd like to transition to using proxmox to run them. I found the following, which was very helpful, but have some additional questions that I can't find in the proxmox docs: https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines That...