1{
2    "entries": [
3        {
4            "containerID": 1,
5            "entityType": 64,
6            "entityInstance": 1,
7            "sensorOffset": 0,
8            "stateSetId": 1,
9            "event_states": [0, 1, 2],
10            "dbus": {
11                "object_path": "/xyz/abc/def",
12                "interface": "xyz.openbmc_project.example1.value",
13                "property_name": "value1",
14                "property_type": "string",
15                "property_values": [
16                    "xyz.openbmc_project.State.Normal",
17                    "xyz.openbmc_project.State.Critical",
18                    "xyz.openbmc_project.State.Fatal"
19                ]
20            }
21        },
22        {
23            "containerID": 1,
24            "entityType": 64,
25            "entityInstance": 1,
26            "sensorOffset": 1,
27            "stateSetId": 1,
28            "event_states": [2, 3],
29            "dbus": {
30                "object_path": "/xyz/abc/def",
31                "interface": "xyz.openbmc_project.example2.value",
32                "property_name": "value2",
33                "property_type": "uint8_t",
34                "property_values": [9, 10]
35            }
36        },
37        {
38            "containerID": 2,
39            "entityType": 67,
40            "entityInstance": 2,
41            "sensorOffset": 0,
42            "stateSetId": 1,
43            "event_states": [0, 1],
44            "dbus": {
45                "object_path": "/xyz/abc/ghi",
46                "interface": "xyz.openbmc_project.example3.value",
47                "property_name": "value3",
48                "property_type": "bool",
49                "property_values": [false, true]
50            }
51        },
52        {
53            "containerID": 2,
54            "entityType": 67,
55            "entityInstance": 2,
56            "sensorOffset": 0,
57            "stateSetId": 2,
58            "event_states": [0, 1, 2],
59            "dbus": {
60                "object_path": "/xyz/abc/jkl",
61                "interface": "xyz.openbmc_project.example4.value",
62                "property_name": "value4",
63                "property_type": "string",
64                "property_values": ["Enabled", "Disabled", "Auto"]
65            }
66        },
67        {
68            "entityType": 120,
69            "entityInstance": 2,
70            "sensorOffset": 0,
71            "stateSetId": 2,
72            "event_states": [0, 1, 2],
73            "dbus": {
74                "object_path": "/xyz/abc/mno",
75                "interface": "xyz.openbmc_project.example5.value",
76                "property_name": "value5",
77                "property_type": "string",
78                "property_values": ["Enabled", "Disabled", "Auto"]
79            }
80        },
81        {
82            "entityType": 120,
83            "containerID": 10,
84            "entityInstance": 2,
85            "sensorOffset": 0,
86            "stateSetId": 2,
87            "event_states": [0, 1, 2],
88            "dbus": {
89                "object_path": "/xyz/abc/opk",
90                "interface": "xyz.openbmc_project.example6.value",
91                "property_name": "value6",
92                "property_type": "string",
93                "property_values": ["Enabled", "Disabled", "Auto"]
94            }
95        },
96        {
97            "entityType": 120,
98            "containerID": 10,
99            "entityInstance": 2,
100            "sensorOffset": 0,
101            "stateSetId": 2,
102            "event_states": [0, 1, 2],
103            "dbus": {
104                "object_path": "/xyz/abc/ijl",
105                "interface": "xyz.openbmc_project.example7.value",
106                "property_name": "value7",
107                "property_type": "string",
108                "property_values": ["Enabled", "Disabled", "Auto"]
109            }
110        }
111    ]
112}
113