summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Austen <causten@users.noreply.github.com>2016-02-03 22:58:43 -0600
committerChris Austen <austenc@us.ibm.com>2016-02-03 23:23:37 -0600
commit44e23adb84b6763100822e00904b320b5677dcbb (patch)
tree8f38b419d06f8699061bff84f7e69ddb63242f10
parent0443176b1cd9e9e3ca02dba02ae206c849cc3dca (diff)
downloadopenbmc-docs-44e23adb84b6763100822e00904b320b5677dcbb.tar.gz
openbmc-docs-44e23adb84b6763100822e00904b320b5677dcbb.zip
Update dbus-interfaces.md for Event Log api
-rw-r--r--dbus-interfaces.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/dbus-interfaces.md b/dbus-interfaces.md
index 28fe410..db0f232 100644
--- a/dbus-interfaces.md
+++ b/dbus-interfaces.md
@@ -151,4 +151,30 @@ properties:
* `state`
+# Event Logs
+## `/org/openbmc/records/events`
+
+methods:
+
+ * `Clear()`
+
+## `/org/openbmc/records/events/<logid>`
+
+methods:
+
+ * `delete()`
+
+properties:
+
+ * `message`
+
+ * `association`
+
+ * `reported_by`
+
+ * `severity`
+
+ * `debug_data`
+
+ * `time`
OpenPOWER on IntegriCloud