Hey, I have 2 questions about using Proxmox API:
1. Running
Is there a way to check (with API commands) which machine has
2. I know it possible to get all VMs and extract the tags from them, but is there a way to opposite ("reverse mapping": with given tags I get all VMs that shared it?)
Thanks
1. Running
nodes/{pve}/qemu/
return list of all my vms, but running {node}/qemu/{vmid}/agent
is limited to machine with qemu-guest-agent installed.Is there a way to check (with API commands) which machine has
qemu-guest-agent
installed?2. I know it possible to get all VMs and extract the tags from them, but is there a way to opposite ("reverse mapping": with given tags I get all VMs that shared it?)
Thanks