diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2016-11-18 12:17:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openbmc> | 2016-11-18 12:17:42 +0000 |
commit | dc626ea074ee647bbd22e25c899c6dc09d1c88d8 (patch) | |
tree | 24dfc99ce8d1d5e048bf06c2e7f7e68e6fbbe759 /xyz/openbmc_project | |
parent | 719ac45c838c31542df13822c8287fda2ea1ce02 (diff) | |
parent | a256064a7cbdd5376660ae92523793bb5d99a89d (diff) | |
download | phosphor-dbus-interfaces-dc626ea074ee647bbd22e25c899c6dc09d1c88d8.tar.gz phosphor-dbus-interfaces-dc626ea074ee647bbd22e25c899c6dc09d1c88d8.zip |
Merge "Mapper: add interface filter argument"
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r-- | xyz/openbmc_project/ObjectMapper.interface.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xyz/openbmc_project/ObjectMapper.interface.yaml b/xyz/openbmc_project/ObjectMapper.interface.yaml index aa0f6e1..c745444 100644 --- a/xyz/openbmc_project/ObjectMapper.interface.yaml +++ b/xyz/openbmc_project/ObjectMapper.interface.yaml @@ -13,6 +13,10 @@ methods: type: s # TODO: o description: > The object path for which the result should be fetched. + - name: interfaces + type: as + description: > + An array of result set constraining interfaces. returns: - name: services type: a{sas} @@ -28,6 +32,10 @@ methods: type: s # TODO: o description: > The path for which the result should be fetched. + - name: interfaces + type: as + description: > + An array of result set constraining interfaces. returns: - name: ancestors type: a{sa{sas}} # TODO a{oa{sas}} @@ -48,6 +56,10 @@ methods: description: > The maximum subtree depth for which results should be fetched. For unconstrained fetches use a depth of zero. + - name: interfaces + type: as + description: > + An array of result set constraining interfaces. returns: - name: objects type: a{sa{sas}} # TODO a{oa{sas}} @@ -66,6 +78,10 @@ methods: description: > The maximum subtree depth for which results should be fetched. For unconstrained fetches use a depth of zero. + - name: interfaces + type: as + description: > + An array of result set constraining interfaces. returns: - name: paths type: as # TODO ao |