All of lore.kernel.org
 help / color / mirror / Atom feed
From: www  <ouyangxuan10@163.com>
To: "George Liu" <liuxiwei1013@gmail.com>
Cc: "Devender Rao" <devenrao@in.ibm.com>,
	 "OpenBMC Maillist" <openbmc@lists.ozlabs.org>
Subject: Re:Re: Re: why the object cannot list in rest api?
Date: Thu, 7 Nov 2019 20:53:41 +0800 (CST)	[thread overview]
Message-ID: <68c3864d.9be1.16e45ed78de.Coremail.ouyangxuan10@163.com> (raw)
In-Reply-To: <CANFuQ7Dga46G2nXgEq4cZKNFacKXHM8UsOPjfqngLcj-z=ARtg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2467 bytes --]

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?


MAPPER_SERVICES="org.openbmc  xyz.openbmc_project"
MAPPER_INTERFACES="org.openbmc org.freedesktop.DBus.ObjectManager  xyz.openbmc_project"
MAPPER_SERVICEBLACKLISTS=""


thanks,
Byron




At 2019-11-07 20:40:25, "George Liu" <liuxiwei1013@gmail.com> wrote:





www <ouyangxuan10@163.com> 于2019年11月7日周四 下午7:35写道:



The problem is not the command. If you restart mapperx, it will appear. It should be the problem of mapperx?


{
    "data": [
        "/xyz/openbmc_project/dump/entry",        restart mapperx, the object can be  display in rest-api
Maybe your `mapper` is a bit problem, here is my configuration, see:

/etc/default/obmc
MAPPER_SERVICES="org.open_power xyz.openbmc_project org.openbmc"
MAPPER_INTERFACES="org.freedesktop.DBus.ObjectManager org.open_power xyz.openbmc_project org.openbmc"

MAPPER_SERVICEBLACKLISTS="" 

        "/xyz/openbmc_project/dump/entry/1",
        "/xyz/openbmc_project/dump/internal",
        "/xyz/openbmc_project/dump/internal/manager"
    ],
    "message": "200 OK",
    "status": "ok"
}


thanks,
Byron




At 2019-11-07 19:02:27, "Devender Rao" <devenrao@in.ibm.com> wrote:

Do check out this readme document for the commands
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/25357
 
----- Original message -----
From: www <ouyangxuan10@163.com>
Sent by: "openbmc" <openbmc-bounces+devenrao=in.ibm.com@lists.ozlabs.org>
To: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>
Cc:
Subject: [EXTERNAL] why the object cannot list in rest api?
Date: Thu, Nov 7, 2019 1:56 PM
 
Dear all,
 
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?
└─/xyz
  └─/xyz/openbmc_project
    └─/xyz/openbmc_project/dump
      ├─/xyz/openbmc_project/dump/entry
      │ └─/xyz/openbmc_project/dump/entry/1
      └─/xyz/openbmc_project/dump/internal
        └─/xyz/openbmc_project/dump/internal/manager
 
curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/dump/list
{
  "data": [
    "/xyz/openbmc_project/dump/internal",
    "/xyz/openbmc_project/dump/internal/manager"
  ],
  "message": "200 OK",
  "status": "ok"
}
 
thanks,
Byron
 
 

 

 






 

[-- Attachment #2: Type: text/html, Size: 5849 bytes --]

  reply	other threads:[~2019-11-07 12:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-07  8:02 why the object cannot list in rest api? www
2019-11-07 11:02 ` Devender Rao
2019-11-07 11:34   ` www
2019-11-07 12:40     ` George Liu
2019-11-07 12:53       ` www [this message]
2019-11-08  0:46         ` George Liu
2019-11-08  2:01           ` www

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68c3864d.9be1.16e45ed78de.Coremail.ouyangxuan10@163.com \
    --to=ouyangxuan10@163.com \
    --cc=devenrao@in.ibm.com \
    --cc=liuxiwei1013@gmail.com \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.