<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 15 January 2015 at 17:08, Lindsay Mathieson <span dir="ltr"><<a href="mailto:lindsay.mathieson@gmail.com" target="_blank">lindsay.mathieson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>I'm adapting spice-example.sh to just require a VMID, so we can launch a spice client from the cmd line without needing to know which node it is on.<br><br></div>Is there an API call for finding a VM's node from its id? or an alternative way of handling this?<br></div></div></blockquote><div><br><br></div><div>/pools/<PoolName> is sufficient broad for my purposes - doesn't list all vms, but I can pass a pool name, confident that the VM will be in there. I'm using jq to parse the JSON output, so:<br><br>pvesh get /pools/$POOLNAME |jq -r ".members[] | select(.vmid == $VMID) | .node"<br><br></div><div>returns the node for a vm<br></div><div><br></div><div><br> </div><br></div>-- <br><div class="gmail_signature">Lindsay</div>
</div></div>