summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-27 03:32:25 -0500
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-27 06:08:09 -0500
commit9bd626af551bce4358d1ffbc1dd61b7b9193826f (patch)
tree50a7260f38c5019b3fd2133af8afe9069d58b06d /xyz
parentfca9cc6df49f623126858ad7ec0a13ffae17c3f6 (diff)
downloadphosphor-dbus-interfaces-9bd626af551bce4358d1ffbc1dd61b7b9193826f.tar.gz
phosphor-dbus-interfaces-9bd626af551bce4358d1ffbc1dd61b7b9193826f.zip
Logging.Entry interface: add new property
Add a boolean property called 'Resolved', which indicates whether the problem being reported by an error log has been resolved or not. Change-Id: I8a2e07c688ff31badbef6cf00e92116b568b6d71 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'xyz')
-rwxr-xr-xxyz/openbmc_project/Logging/Entry.interface.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Logging/Entry.interface.yaml b/xyz/openbmc_project/Logging/Entry.interface.yaml
index e4758e9..5e6cf2e 100755
--- a/xyz/openbmc_project/Logging/Entry.interface.yaml
+++ b/xyz/openbmc_project/Logging/Entry.interface.yaml
@@ -26,6 +26,13 @@ properties:
type: array[string]
description: >
Additional information in the form of metadata field strings VAR=val
+ - name: Resolved
+ type: boolean
+ description: >
+ Error resolution status. Indicate if the problem being reported by
+ this error log has been resolved. This will start out 'false' by
+ default. Setting this to 'true' will NOT result in the error log being
+ deleted.
enumerations:
- name: Level
OpenPOWER on IntegriCloud