...
Example view Tree View (with details)
Tree view structure
data-provider model for inventory is "grouping inventory-entity".
The following elements contain information for building tree view.
Only the elements uuid and parent--uuid are used to create the structure:
...
Unique inventory id of this equipment, provided by network element
...
Example
Table
NodeName | Parent | Name | tree-level | contained-holder |
---|---|---|---|---|
DevXY | power-0 | 0 | ||
DevXY | shelf | 0 | card-0, card-1 | |
DevXY | shelf | card-0 | 1 | module-0 |
DevXY | card-0 | module-0 | 2 | |
DevXY | shelf | card-1 | 1 | module-1, modul-2 |
DevXY | card-1 | module-1 | 3 | |
DevXY | card-1 | module-2 | 3 |
...