<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>My profile is the same as yours. when the entry is new create, it will not display in rest-api. if you reboot bmc or restart mapperx, it will appear. I guess When create the entry, it not notify to mapperx, or mapperx not catch it?</div><div><br></div><div>MAPPER_SERVICES="org.openbmc  xyz.openbmc_project"</div><div>MAPPER_INTERFACES="org.openbmc org.freedesktop.DBus.ObjectManager  xyz.openbmc_project"</div><div>MAPPER_SERVICEBLACKLISTS=""</div><br><div>thanks,</div><div>Byron</div><br><br><div style="position:relative;zoom:1"></div><div id="divNeteaseMailCard"></div><br>At 2019-11-07 20:40:25, "George Liu" <liuxiwei1013@gmail.com> wrote:<br> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:simhei,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">www <<a href="mailto:ouyangxuan10@163.com">ouyangxuan10@163.com</a>> 于2019年11月7日周四 下午7:35写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div><br></div><div>The problem is not the command. If you restart mapperx, it will appear. It should be the problem of <span style="background-color:rgb(255,204,0)">mapperx</span>?</div><div><br></div><div><pre>{
    "data": [
        <span style="background-color:rgb(255,204,0)">"/xyz/openbmc_project/dump/entry",        restart mapperx, the object can be  display in rest-api</span></pre></div></div></blockquote><div><span class="gmail_default" style="font-family:simhei,sans-serif"></span>Maybe your `mapper` is a bit problem, here is my configuration, see:</div><br>/etc/default/obmc<br>MAPPER_SERVICES="org.open_power xyz.openbmc_project org.openbmc"<br>MAPPER_INTERFACES="org.freedesktop.DBus.ObjectManager org.open_power xyz.openbmc_project org.openbmc"<br><div><span class="gmail_default" style="font-family:simhei,sans-serif"><span style="font-family:Arial,Helvetica,sans-serif">MAPPER_SERVICEBLACKLISTS=""</span></span> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div><pre><span style="background-color:rgb(255,204,0)">
        "/xyz/openbmc_project/dump/entry/1",</span>
        "/xyz/openbmc_project/dump/internal",
        "/xyz/openbmc_project/dump/internal/manager"
    ],
    "message": "200 OK",
    "status": "ok"
}</pre></div><div><br></div><div>thanks,</div><div>Byron</div><br><br><div style="zoom:1"></div><div id="gmail-m_8754409728253516380divNeteaseMailCard"></div><br>At 2019-11-07 19:02:27, "Devender Rao" <<a href="mailto:devenrao@in.ibm.com" target="_blank">devenrao@in.ibm.com</a>> wrote:<br> <blockquote id="gmail-m_8754409728253516380isReplyContent" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)"><div dir="ltr" style="font-family:Arial,Helvetica,sans-serif;font-size:10pt"><div dir="ltr">Do check out this readme document for the commands<br><a href="https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/25357" target="_blank">https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/25357</a></div>
<div dir="ltr"> </div>
<blockquote dir="ltr" style="border-left:2px solid rgb(170,170,170);margin-left:5px;padding-left:5px;direction:ltr;margin-right:0px">----- Original message -----<br>From: www <<a href="mailto:ouyangxuan10@163.com" target="_blank">ouyangxuan10@163.com</a>><br>Sent by: "openbmc" <openbmc-bounces+devenrao=<a href="mailto:in.ibm.com@lists.ozlabs.org" target="_blank">in.ibm.com@lists.ozlabs.org</a>><br>To: "<a href="mailto:openbmc@lists.ozlabs.org" target="_blank">openbmc@lists.ozlabs.org</a>" <<a href="mailto:openbmc@lists.ozlabs.org" target="_blank">openbmc@lists.ozlabs.org</a>><br>Cc:<br>Subject: [EXTERNAL] why the object cannot list in rest api?<br>Date: Thu, Nov 7, 2019 1:56 PM<br> 
<div style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div>Dear all,</div>
<div> </div>
<div>There are some objects on DBUS that can be displayed with busctl command, but can't be displayed with rest API. Is there any reason for this?</div>
<div><div>└─/xyz</div>
<div>  └─/xyz/openbmc_project</div>
<div>    └─/xyz/openbmc_project/dump</div>
<div><span style="background-color:rgb(255,204,0)">      ├─/xyz/openbmc_project/dump/entry</span></div>
<div><span style="background-color:rgb(255,204,0)">      │ └─/xyz/openbmc_project/dump/entry/1</span></div>
<div>      └─/xyz/openbmc_project/dump/internal</div>
<div>        └─/xyz/openbmc_project/dump/internal/manager</div></div>
<div> </div>
<div><div>curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/dump/list</div>
<div>{</div>
<div>  "data": [</div>
<div>    "/xyz/openbmc_project/dump/internal",</div>
<div>    "/xyz/openbmc_project/dump/internal/manager"</div>
<div>  ],</div>
<div>  "message": "200 OK",</div>
<div>  "status": "ok"</div>
<div>}</div></div>
<div> </div>
<div>thanks,</div>
<div>Byron</div>
<div> </div></div> 

<p><span title="neteasefooter"> </span></p></blockquote>
<div dir="ltr"> </div></div><br>
</blockquote></div><br><br><span title="neteasefooter"><p> </p></span></blockquote></div></div>
</blockquote></div><br><br><span title="neteasefooter"><p> </p></span>