Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 node for this equipment, provided by network element

...

Example

Table

NodeNameParentNametree-levelcontained-holder
DevXY
power-00
DevXY
shelf0card-0, card-1
DevXYshelfcard-01module-0
DevXYcard-0module-02
DevXYshelfcard-11module-1, modul-2
DevXYcard-1module-13
DevXYcard-1module-23

...

Code Block
DevXY
shelf
  card-0
    module-0
  card-1
    module-1
    module2module-2

Open

How to map to internal model?

...