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