<html xmlns:v="urn:schemas-microsoft-com:vml" 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=big5">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:新細明體;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@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:"\@新細明體";
        panose-1:2 1 6 1 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"新細明體",serif;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.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]-->
</head>
<body lang="ZH-TW" link="#0563C1" vlink="#954F72" style="text-justify-trim:punctuation">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hi all,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">In the current implementation of bmcweb LogServices, the time of the "Created" property is the time when the event is generated, which does not match the description of the redfish schema. The "Created" property means
</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Helvetica",sans-serif;color:#222222;background:white">the date and time when the log entry was created.</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">We think that using “EventTimestamp” will be more suitable than “Created” in LogServices.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Could you give me some suggestion ? Or am I misunderstanding the definition of schema?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Here is an example:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">{<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries/B5-83",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "@odata.type": "#LogEntry.v1_4_0.LogEntry",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      <span style="color:red">"Created": </span>
"1970-01-01T00:01:43+00:00",    <=  It should be EventTimestamp<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "EntryType": "Event",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "Id": "B5-83",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "Message": "Boot Count: 1: TS Offset: 65.4769; POST Code: 0x01",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "MessageArgs": [<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">        "1",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">        "65.4769",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">        "0x01"<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      ],<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "MessageId": "OpenBMC.0.1.BIOSPOSTCode",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "Name": "POST Code Log Entry",<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">      "Severity": "OK"<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">}<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Alan<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt">From:</span></b><span lang="EN-US" style="font-size:11.0pt"> openbmc <openbmc-bounces+alan_kuo=quantatw.com@lists.ozlabs.org>
<b>On Behalf Of </b>Harvey Wu (</span><span style="font-size:11.0pt;font-family:"新細明體",serif">吳崇維</span><span lang="EN-US" style="font-size:11.0pt">)<br>
<b>Sent:</b> Monday, March 29, 2021 5:14 PM<br>
<b>To:</b> openbmc@lists.ozlabs.org<br>
<b>Cc:</b> Duke Du (</span><span style="font-size:11.0pt;font-family:"新細明體",serif">杜祥嘉</span><span lang="EN-US" style="font-size:11.0pt">) <Duke.Du@quantatw.com>; Fran Hsu (</span><span style="font-size:11.0pt;font-family:"新細明體",serif">徐誌謙</span><span lang="EN-US" style="font-size:11.0pt">)
 <Fran.Hsu@quantatw.com>; George Hung (</span><span style="font-size:11.0pt;font-family:"新細明體",serif">洪忠敬</span><span lang="EN-US" style="font-size:11.0pt">) <George.Hung@quantatw.com><br>
<b>Subject:</b> [phosphor-virtual-sensor] get sensor service fail<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hi All,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">        In current phosphor-virtual-sensor, the function getService will return empty string only when catch error name = “xyz.openbmc_project.Common.Error.ResourceNotFound” (<a href="https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fopenbmc%2Fphosphor-virtual-sensor%2Fblob%2Fmaster%2FdbusUtils.hpp%23L37&data=04%7C01%7CAlan_Kuo%40quantatw.com%7Ccde1ecb7b4fe46832a9608d8f2932ad4%7C179b032707fc4973ac738de7313561b2%7C1%7C0%7C637526061215310813%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=5J%2FUr5bZvLFr%2FrFOih%2Bh8QufHoy8wcXmEn8yU6K%2FcOM%3D&reserved=0">https://github.com/openbmc/phosphor-virtual-sensor/blob/master/dbusUtils.hpp#L37</a>).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">        But in my system, when bus call didn’t get sensor service, the exception name will be “org.freedesktop.DBus.Error.FileNotFound”, and then service will be get failed.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">        It seems need to modified the origin condition or add another elseif condition. Do I misunderstand something?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Harvey Wu<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Email: <a href="mailto:Harvey.Wu@quantatw.com">
Harvey.Wu@quantatw.com</a><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Ext: 17408<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>