I have some maintenance scripts where I need to pause/resume a set of VMs on my PVE 9.1 cluster. I want this script to operate on all VMs that are set to auto-start (onboot=1)
I found the /nodes/{node}/qemu API endpoint, but sadly the onboot parameter is not included in its output.
I can get...