You can subscribe to CS action events (all API's publish action events when done) through the event notification framework in CS which will notify when done. Read the events section in the guide http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_ Guide/events.html
On 02/01/14 9:39 PM, "ramnivas indani" <ram.0...@gmail.com> wrote: >Hi All, > >I am using CloudStack from last six months. >While implementing it's async api's we constantly poll CloudStack for >status of jobId. >I want to introduce a functionality where CloudStack itself will send >status of async job once it is complete to any configured url(for now >consider to any client rest service), is it possible to implement this >behavior in CloudStack, If it is possible then can anyone guide me on How >to start? and get it implemented. > >Thanks & Regards, >Ramnivas