Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 1 | { |
Patrick Williams | 3618064 | 2022-12-08 06:13:03 -0600 | [diff] [blame] | 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 |
Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 10 | } |
Patrick Williams | 3618064 | 2022-12-08 06:13:03 -0600 | [diff] [blame] | 11 | }, |
| 12 | { |
| 13 | "entity_type": 65, |
| 14 | "parent": { |
| 15 | "entity_type": 100, |
| 16 | "entity_instance": 1 |
| 17 | } |
| 18 | } |
| 19 | ] |
Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 20 | } |