Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 1 | { |
2 | "entities":[ | ||||
3 | { | ||||
4 | # Entity Type 64 from the host has ... | ||||
5 | "entity_type" : 64, | ||||
6 | "parent": | ||||
7 | { | ||||
8 | # ... entity type 100 and instance 1 on the BMC as parent | ||||
9 | "entity_type" : 100, | ||||
10 | "entity_instance" : 1 | ||||
11 | } | ||||
12 | }, | ||||
13 | { | ||||
14 | "entity_type" : 65, | ||||
15 | "parent": | ||||
16 | { | ||||
17 | "entity_type" : 100, | ||||
18 | "entity_instance" : 1 | ||||
19 | } | ||||
20 | } | ||||
21 | ] | ||||
22 | } |