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} 69