1{ 2 "entities": [ 3 { 4 // Entity Type 64 from the host has ... 5 "entity_type": 64, 6 "parent": { 7 // ... entity type 100 and instance 1 on the BMC as parent 8 "entity_type": 100, 9 "entity_instance": 1 10 } 11 }, 12 { 13 "entity_type": 65, 14 "parent": { 15 "entity_type": 100, 16 "entity_instance": 1 17 } 18 } 19 ] 20} 21