summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/registry/schema/registry_example.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/openpower-pels/registry/schema/registry_example.json')
-rw-r--r--extensions/openpower-pels/registry/schema/registry_example.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/extensions/openpower-pels/registry/schema/registry_example.json b/extensions/openpower-pels/registry/schema/registry_example.json
new file mode 100644
index 0000000..3fdf664
--- /dev/null
+++ b/extensions/openpower-pels/registry/schema/registry_example.json
@@ -0,0 +1,39 @@
+{
+ "PELs":
+ [
+ {
+ "Name": "xyz.openbmc_project.Power.Fault",
+ "Subsystem": "power_supply",
+ "Severity": "unrecoverable",
+ "ActionFlags": ["service_action", "report"],
+
+ "SRC":
+ {
+ "ReasonCode": "0x2030",
+ "SymptomIDFields": ["SRCWord3", "SRCWord6"],
+ "Words6To9":
+ {
+ "6":
+ {
+ "Description": "Failing unit number",
+ "AdditionalDataPropSource": "PS_NUM"
+ }
+ }
+ },
+
+ "Documentation":
+ {
+ "Description": "A PGOOD Fault",
+ "Message": "PS %1 had a PGOOD Fault",
+ "MessageArgSources":
+ [
+ "SRCWord6"
+ ],
+ "Notes": [
+ "In the UserData section there is a JSON",
+ "dump that provides debug information."
+ ]
+ }
+ }
+ ]
+}
OpenPOWER on IntegriCloud