summaryrefslogtreecommitdiff
path: root/static/redfish/v1
diff options
context:
space:
mode:
authorNikhil Potade <nikhil.potade@linux.intel.com>2019-03-07 03:12:47 +0300
committerEd Tanous <ed.tanous@intel.com>2019-03-18 19:54:15 +0300
commit9a99f65403e957bd9c867b4651f03cb8e3d3ea72 (patch)
tree4fa1c25338887024e3042e73d18e45c2b3beaa2b /static/redfish/v1
parent603a664025801fd02079298374781f49ce816e5b (diff)
downloadbmcweb-9a99f65403e957bd9c867b4651f03cb8e3d3ea72.tar.xz
Add registry messages for DC power events
System DC power On-Off events are added to the message registry Change-Id: Ib3cbe065a096dedde8b5eecb7ac29aec855cbbcb Signed-off-by: Nikhil Potade <nikhil.potade@linux.intel.com>
Diffstat (limited to 'static/redfish/v1')
-rw-r--r--static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json b/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
index b01b9d70dc..3e130580b7 100644
--- a/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
+++ b/static/redfish/v1/Registries/OpenBMC/OpenBMC.0.1.0.json
@@ -104,6 +104,18 @@
"number"
],
"Resolution": "None."
+ },
+ "DCPowerOff": {
+ "Description": "Indicates that the system DC power is off.",
+ "Message": "Host system DC power is off",
+ "Severity": "OK",
+ "Resolution": "None."
+ },
+ "DCPowerOn": {
+ "Description": "Indicates that the system DC power is on.",
+ "Message": "Host system DC power is on",
+ "Severity": "OK",
+ "Resolution": "None."
}
}
} \ No newline at end of file