Currently, there doesn't appear to be a single http get to obtain all VMs in the cluster. Right now, I have to query the cluster to obtain the nodes, then query each node for what VMs they have, then on top of that, query each node again for each individual VM config. As you can imagine, when the cluster is remote at a datacenter and there are 30-50 hosts with a bunch of VMs/CTs, it can take a while. What is the most optimal way where I can in one swoop get all the information instead of synchronously querying things remotely (the number of network connects can be hundreds). It would be nice if I can just query the cluster with the requested parameters and receive everything in one response or in the least number of requests.