<div dir="ltr">I&#39;m not sure if this is the right place to ask about python sdk. If not, please suggest where should I address this question.<div><br></div><div>Thank you</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-05 19:29 GMT+00:00 James Michels <span dir="ltr">&lt;<a href="mailto:karma.sometimes.hurts@gmail.com" target="_blank">karma.sometimes.hurts@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Greetings<div><br></div><div>How can I track asynchronous tasks with python sdk? For instance, I want to copy a disk so I use:</div><div><br></div><div>   dcdisk = api.disks.get(id=&#39;...&#39;)</div><div>   act = params.Action(storage_domain=api.storagedomains.get(name=&#39;...&#39;))<br></div><div>   action = dcdisk.copy(act)</div><div><br></div><div>I get a params.Action object. Now how can I know which ID has the new copied disk?</div><div><br></div><div>Thank you</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>James </div></font></span></div>
</blockquote></div><br></div>