<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 5/20/2014 7:32 AM, Narayanan, Krishnaprasad wrote:<br>
</div>
<blockquote cite="mid:E65EEA4076DFA64CB0D578052EE5B8BA489289D3@E14MDB-01.zdv.Uni-Mainz.DE" type="cite">
<meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span lang="DE">Hallo all,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="DE"><o:p> </o:p></span></p>
<p class="MsoNormal">In our project, I need information about the VM related operations such as creation, deletion, resizing, migration, reboot, etc. In one of my earlier emails dated on 16<sup>th</sup> April 2014, I received replies from the forum about the
 availability of YAGI and StackTach to provide information about VM operations. <o:p>
</o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I found a Java SDK library Woorea (<a class="moz-txt-link-freetext" href="https://github.com/woorea/openstack-java-sdk">https://github.com/woorea/openstack-java-sdk</a>) that can be used as a front end to perform VM and server related operations
 in OpenStack. Can I kindly know whether the same library provides support to get eventing  information from Nova and other components?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</blockquote>
<br>
Nova/OpenStack events are published on the queue (RabbitMQ/ZMQ/etc). Any library that can consume from one of those systems can read the events. There isn't a public API for events currently. Woorea looks like it only supports public API's.
<br>
<br>
If you're using Rabbit, perhaps this will help? <a class="moz-txt-link-freetext" href="http://www.rabbitmq.com/api-guide.html">
http://www.rabbitmq.com/api-guide.html</a><br>
<br>
<blockquote cite="mid:E65EEA4076DFA64CB0D578052EE5B8BA489289D3@E14MDB-01.zdv.Uni-Mainz.DE" type="cite">
<div class="WordSection1">
<p class="MsoNormal"><span lang="DE">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="DE">Krishnaprasad<o:p></o:p></span></p>
</div>
</blockquote>
<br>
</body>
</html>