1{
2    "PELs": [
3        {
4            "Name": "xyz.openbmc_project.Power.Fault",
5            "Subsystem": "power_supply",
6            "Severity": "unrecoverable",
7            "ActionFlags": ["service_action", "report"],
8
9            "SRC": {
10                "ReasonCode": "0x2030",
11                "SymptomIDFields": ["SRCWord3", "SRCWord6"],
12                "Words6To9": {
13                    "6": {
14                        "Description": "Failing unit number",
15                        "AdditionalDataPropSource": "PS_NUM"
16                    }
17                }
18            },
19
20            "Documentation": {
21                "Description": "A PGOOD Fault",
22                "Message": "PS %1 had a PGOOD Fault",
23                "MessageArgSources": ["SRCWord6"],
24                "Notes": [
25                    "In the UserData section there is a JSON",
26                    "dump that provides debug information."
27                ]
28            },
29
30            "CalloutsUsingAD": {
31                "ADName": "PS_NUM",
32                "CalloutsWithTheirADValues": [
33                    {
34                        "ADValue": "0",
35                        "Callouts": [
36                            {
37                                "System": "system1",
38                                "CalloutList": [
39                                    {
40                                        "Priority": "high",
41                                        "LocCode": "E1"
42                                    },
43                                    {
44                                        "Priority": "low",
45                                        "LocCode": "P1"
46                                    }
47                                ]
48                            },
49                            {
50                                "CalloutList": [
51                                    {
52                                        "Priority": "high",
53                                        "Procedure": "bmc_code"
54                                    }
55                                ]
56                            }
57                        ]
58                    }
59                ]
60            }
61        }
62    ]
63}
64