<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.z-TopofFormChar
        {mso-style-name:"z-Top of Form Char";
        mso-style-priority:99;
        mso-style-link:"z-Top of Form";
        font-family:"Arial",sans-serif;
        display:none;}
span.z-BottomofFormChar
        {mso-style-name:"z-Bottom of Form Char";
        mso-style-priority:99;
        mso-style-link:"z-Bottom of Form";
        font-family:"Arial",sans-serif;
        display:none;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-ligatures:none;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:844201543;
        mso-list-template-ids:1807760102;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Everyone<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here is the promised information.  I was cursory working with it, yesterday, as I was getting prepared to do a Use-Case description/UML diagram/documentation/code workflow….<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Mike<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">-------------------------<o:p></o:p></p>
<ol start="1" type="1">
<li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
<span style="font-size:10.5pt;font-family:"Segoe UI",sans-serif">Listens to POST Events at the route /EventListener<o:p></o:p></span></li><li class="MsoNormal" style="margin-top:3.0pt;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1;box-sizing: border-box">
<span style="font-size:10.5pt;font-family:"Segoe UI",sans-serif">Handles an event named Manager.1.0.ManagerCreated<o:p></o:p></span></li></ol>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:12.0pt;margin-left:0in;box-sizing: border-box">
<span style="font-size:10.5pt;font-family:"Segoe UI",sans-serif">Example: curl -X POST<br>
-H "Content-Type: application/json"<br>
-d @newmanager.json <a href="http://127.0.0.1:5000/EventListener">http://127.0.0.1:5000/EventListener</a><o:p></o:p></span></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:12.0pt;margin-left:0in;box-sizing: border-box">
<span style="font-size:10.5pt;font-family:"Segoe UI",sans-serif">Where newmanager.json contains the following:<o:p></o:p></span></p>
<p style="margin:0in;box-sizing: border-box"><span style="font-size:10.5pt;font-family:"Segoe UI",sans-serif">{<br>
"@odata.type": "#Event.v1_7_0.Event",<br>
"Id": "1",<br>
"Name": "Manager Created",<br>
"Context": "",<br>
"Events": [ {<br>
"EventType": "Other",<br>
"EventId": "4594",<br>
"Severity": "Ok",<br>
"Message": "New Manager Available at FQDN <a href="http://foo.bar.org">http://foo.bar.org</a> and Port 1234 ",<br>
"MessageId": "Manager.1.0.ManagerCreated",<br>
"MessageArgs": [ <a href="http://127.0.0.1">http://127.0.0.1</a>, "1234" ],<br>
"OriginOfCondition": {<br>
"@odata.id": "/redfish/v1/Managers/Manager1" }} ]}<o:p></o:p></span></p>
<form id="issue-1723541374-edit-form"></form>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p></o:p></p>
</div>
</body>
</html>