Previous Topic: ExpressionsNext Topic: ComponentReconciliation


Hierarchy

A hierarchy, or parent-child relationship, can be defined between items of different metric families, for example, Interface and CBQoS Classmap. In the metric family definitions, the Hierarchy must be specified in the child metric family with:

The supporting expressions are defined in the vendor certifications.

The Hierarchy ExpressionGroup tags for the following DestCert URIs must exist:

DestCert

DestAttr

{http://im.ca.com/inventory}Hierarchy

ItemUniqueID

{http://im.ca.com/inventory}Hierarchy

ParentUniqueID

Example:

<ComponentFacets>
<Facet>{http://im.ca.com/inventory}QoSClassMap</Facet>
<Facet>{http://im.ca.com/inventory}Hierarchy</Facet>
</ComponentFacets>
<ExpressionGroup name="Hierarchy" destCert="{http://im.ca.com/inventory}Hierarchy">
<Expression destAttr="ItemUniqueID">ItemUniqueIDs</Expression>
<Expression destAttr="ParentUniqueID">ParentUniqueIDs</Expression>
</ExpressionGroup>
<AttributeGroup name="QosCosGroup" list="true" external="true">
  <Attribute name="ItemUniqueIDs" type="String" />
  <Attribute name="ParentUniqueIDs" type="String" />     
  ...
</AttributeGroup>

More information:

ComponentFacets