Is there a way to do a search with Device Tracker Summary to find a switchport name? Example is Gi1/0/1 has a description of My Port.
I have a custom SWQL Query set up.
That uses the Search SWQL Query of:
SELECT p.node.caption as Node,p.node.detailsurl as [_LinkFor_Node],'/Orion/images/StatusIcons/small-' + ToString(p.node.StatusIcon) as [_IconFor_Node], p.Name as Port, p.PortDescription, p.DetailsUrl as [_LinkFor_Port],p.StatusLED as [_IconFor_Port]
FROM Orion.UDT.Port as p
where p.portdescription like '%${SEARCH_STRING}%'
we use a system where all ports have a wire number---that is the number in the port description.
the first 3 numbers is the idf number and the next 3 or 4 is the wire in the idf.
the query will fine any part of the of the search string in the port description