summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-11-19 23:45:57 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-07 14:06:11 +0000
commitad37a2e6e4b257c44b557fe54f22085b994cbe64 (patch)
treea2697b6e22c5d65caa7fa5f169ff5f3e87e27772
parent2ce295b000f39fbf3d3eaaff853eeac1959edd1a (diff)
downloadopenbmc-docs-ad37a2e6e4b257c44b557fe54f22085b994cbe64.tar.gz
openbmc-docs-ad37a2e6e4b257c44b557fe54f22085b994cbe64.zip
Event notification doc : key name fixups
Change-Id: Icc0773101ac12b9ac33331fa16d11fe7e786526a Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
-rw-r--r--rest-api.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/rest-api.md b/rest-api.md
index 505c018..6d22f13 100644
--- a/rest-api.md
+++ b/rest-api.md
@@ -337,13 +337,13 @@ d) The rest server on the BMC will respond over the websocket when a D-Bus event
```
"event": InterfacesAdded
"path": <string : new D-Bus path that was created>
- "intfMap": <dict : a dictionary of interfaces> (similar to org.freedesktop.DBus.ObjectManager.InterfacesAdded )
+ "interfaces": <dict : a dictionary of interfaces> (similar to org.freedesktop.DBus.ObjectManager.InterfacesAdded )
```
PropertiesChanged
```
"event": PropertiesChanged
"path": <string : D-Bus path whose property changed>
- "intf": <string : D-Bus interface to which the changed property belongs>
- "propMap": <dict : a dictionary of properties> (similar to org.freedesktop.DBus.Properties.PropertiesChanged)
+ "interface": <string : D-Bus interface to which the changed property belongs>
+ "properties": <dict : a dictionary of properties> (similar to org.freedesktop.DBus.Properties.PropertiesChanged)
```
OpenPOWER on IntegriCloud