blob: f917b90cd3f1976001b4b2327a8ffcba44374b7a [file] [log] [blame]
Patrick Williams70a47ba2021-09-02 09:53:31 -05001{
2 "entries": [
3 {
4 "containerID": 1,
5 "entityType": 64,
6 "entityInstance": 1,
7 "sensorOffset": 0,
Patrick Williams36180642022-12-08 06:13:03 -06008 "event_states": [0, 1, 2],
Patrick Williams70a47ba2021-09-02 09:53:31 -05009 "dbus": {
10 "object_path": "/xyz/abc/def",
11 "interface": "xyz.openbmc_project.example1.value",
12 "property_name": "value1",
13 "property_type": "string",
14 "property_values": [
15 "xyz.openbmc_project.State.Normal",
16 "xyz.openbmc_project.State.Critical",
17 "xyz.openbmc_project.State.Fatal"
18 ]
19 }
20 },
21 {
22 "containerID": 1,
23 "entityType": 64,
24 "entityInstance": 1,
25 "sensorOffset": 1,
Patrick Williams36180642022-12-08 06:13:03 -060026 "event_states": [2, 3],
Patrick Williams70a47ba2021-09-02 09:53:31 -050027 "dbus": {
28 "object_path": "/xyz/abc/def",
29 "interface": "xyz.openbmc_project.example2.value",
30 "property_name": "value2",
31 "property_type": "uint8_t",
Patrick Williams36180642022-12-08 06:13:03 -060032 "property_values": [9, 10]
Patrick Williams70a47ba2021-09-02 09:53:31 -050033 }
34 },
35 {
36 "containerID": 2,
37 "entityType": 67,
38 "entityInstance": 2,
39 "sensorOffset": 0,
Patrick Williams36180642022-12-08 06:13:03 -060040 "event_states": [0, 1],
Patrick Williams70a47ba2021-09-02 09:53:31 -050041 "dbus": {
42 "object_path": "/xyz/abc/ghi",
43 "interface": "xyz.openbmc_project.example3.value",
44 "property_name": "value3",
45 "property_type": "bool",
Patrick Williams36180642022-12-08 06:13:03 -060046 "property_values": [false, true]
Patrick Williams70a47ba2021-09-02 09:53:31 -050047 }
48 }
49 ]
50}