Hi Everyone
We have tried to generate a graph with node Edge, considering that the Edges would be associated with the network equipment interface table with drivers such as Huawei Manager or Cisco Nexus.
However, when we try to join the GET DCF and GET PARAMETERS FROM ELEMENTS WHERE queries (we do this to display parameters from the interface detailed table such as utilization or bitrate) the Source interface ID associated with the DCF connection is repeated in all rows of the interface table. Is there a way to prevent this from happening? That is, to have each row take the ID of the DCF connection as shown in the image?
Hi Isabel,
I believe you are missing using the data source 'Get DCF Interfaces'. The flow should go as follows:
- Get Parameter From Element where: To retrieve the KPIs of the interface
- Get DCF Interfaces: To retrieve the DCF interfaces that are exposed from the table used in the previous data source
- Get DCF connections: To retrieve the connection between interfaces.
Note: In order to visualize the data source 'Get DCF Interface' you will need to enable the softlauch option 'GenericInterface'
Hope it helps.
Many thanks Miguel, After activating the indicated options we managed to generate the Node Edge component.