1{ 2 "entries": [ 3 { 4 "containerID": 1, 5 "entityType": 64, 6 "entityInstance": 1, 7 "sensorOffset": 0, 8 "event_states": [ 9 0, 10 1, 11 2 12 ], 13 "dbus": { 14 "object_path": "/xyz/abc/def", 15 "interface": "xyz.openbmc_project.example1.value", 16 "property_name": "value1", 17 "property_type": "string", 18 "property_values": [ 19 "xyz.openbmc_project.State.Normal", 20 "xyz.openbmc_project.State.Critical", 21 "xyz.openbmc_project.State.Fatal" 22 ] 23 } 24 }, 25 { 26 "containerID": 1, 27 "entityType": 64, 28 "entityInstance": 1, 29 "sensorOffset": 1, 30 "event_states": [ 31 2, 32 3 33 ], 34 "dbus": { 35 "object_path": "/xyz/abc/def", 36 "interface": "xyz.openbmc_project.example2.value", 37 "property_name": "value2", 38 "property_type": "uint8_t", 39 "property_values": [ 40 9, 41 10 42 ] 43 } 44 }, 45 { 46 "containerID": 2, 47 "entityType": 67, 48 "entityInstance": 2, 49 "sensorOffset": 0, 50 "event_states": [ 51 0, 52 1 53 ], 54 "dbus": { 55 "object_path": "/xyz/abc/ghi", 56 "interface": "xyz.openbmc_project.example3.value", 57 "property_name": "value3", 58 "property_type": "bool", 59 "property_values": [ 60 false, 61 true 62 ] 63 } 64 } 65 ] 66} 67