blob: ad8b62b9727df88f742fbc24328436f1bd35fa46 [file] [log] [blame]
Deepak Kodihalli87514cc2020-04-16 09:08:38 -05001{
Patrick Williams36180642022-12-08 06:13:03 -06002 "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
Deepak Kodihalli87514cc2020-04-16 09:08:38 -050010 }
Patrick Williams36180642022-12-08 06:13:03 -060011 },
12 {
13 "entity_type": 65,
14 "parent": {
15 "entity_type": 100,
16 "entity_instance": 1
17 }
18 }
19 ]
Deepak Kodihalli87514cc2020-04-16 09:08:38 -050020}