Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 1 | { |
| 2 | "entities":[ |
| 3 | { |
Manojkiran Eda | 2746fb4 | 2021-08-29 10:59:27 +0530 | [diff] [blame] | 4 | // Entity Type 64 from the host has ... |
Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 5 | "entity_type" : 64, |
| 6 | "parent": |
| 7 | { |
Manojkiran Eda | 2746fb4 | 2021-08-29 10:59:27 +0530 | [diff] [blame] | 8 | // ... entity type 100 and instance 1 on the BMC as parent |
Deepak Kodihalli | 87514cc | 2020-04-16 09:08:38 -0500 | [diff] [blame] | 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 | } |