J jokulab New Member Jul 24, 2023 1 0 1 Jul 24, 2023 #1 Dear ... Whoever is reading this, I just have a quick question that I couldn't find out by googling. So here is my question Is there a way to get all the vms from the api with the tags so you can sort them with the tags/lables from proxmox. Regards.
Dear ... Whoever is reading this, I just have a quick question that I couldn't find out by googling. So here is my question Is there a way to get all the vms from the api with the tags so you can sort them with the tags/lables from proxmox. Regards.
bbgeek17 Distinguished Member Nov 20, 2020 4,631 1,350 198 Blockbridge www.blockbridge.com Jul 24, 2023 #2 This is the request path: pvesh get /cluster/resources -type vm --output-format json You can then sort/filter using "jq", for example. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
This is the request path: pvesh get /cluster/resources -type vm --output-format json You can then sort/filter using "jq", for example. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox