summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNikhil Potade <nikhil.potade@linux.intel.com>2019-03-06 16:12:47 -0800
committerEd Tanous <ed.tanous@intel.com>2019-03-18 16:54:15 +0000
commit9a99f65403e957bd9c867b4651f03cb8e3d3ea72 (patch)
tree4fa1c25338887024e3042e73d18e45c2b3beaa2b /static
parent603a664025801fd02079298374781f49ce816e5b (diff)
downloadbmcweb-9a99f65403e957bd9c867b4651f03cb8e3d3ea72.tar.gz
bmcweb-9a99f65403e957bd9c867b4651f03cb8e3d3ea72.zip
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')
-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 b01b9d7..3e13058 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
OpenPOWER on IntegriCloud