Hi all,
I am using a SolarWind Orion connector in a Service Template in order to create a service that is able to retrieve some parameters on Nodes and Interfaces level.
I can extract any data from the Nodes table using the IDX as a filter.
From the Interfaces Table I want to extract data based on Node ID column which is in this table a Foreign Key.
For filtering on the NPM Interfaces table I have used several filters like:
^fk^[data::generic:SolarWind_Node_ID]
^pk^[data::generic:SolarWind_Node_ID]
No luck!
As you can see in the screenshot Node ID is the Foreign Key and Primary Key is the Interface ID[IDX] and I would like to filter down on Node ID in order to retrieve all the interfaces of that Node.
Cab you think of a solution to implement this ?
Thanks.
Hi Daniel,
The first approach that comes to my mind is to update the primary key of the table so it can include the node id. For example: InterfaceId.NodeId
Then, in the service template you can use a wildcard to include all interfaces linked to the node.
Hope it helps.
Hi Miguel. Would be exactly what I would need but this requires development from Skyline.
Thanks.