Versions Compared

Key

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

...

data-provider model for inventory is "grouping inventory-entity". The following elements are creating a tree hierarchy

levelfor tree-level>0: Unique (network element) inventory id of holder
leaf (Tree view key is bold)Table columnDescription
uuidName

Unique inventory id of this node for this equipment, provided by network element

tree
parent-uuid?Containment level, starting with 0 (root level) .. parent-uuidParentParentUnique (network element) inventory id of holder. 
Not existing or null parent-uuid are root elements.
tree-levelContainment Level(Redundant) Starting with 0 .. ( 0 :root level)
list contained-holder?
(Redundant) List of uuid of contained equipment.

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

Tree

Code Block
DevXY
shelf
  card-0
    module-0
  card-1
    module-1
    module2



Open

How to map to internal model?

...