<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><div><br></div><div>James </div></div>