We have been using topologies and this feature looks very promising. It needs some improvements to make it more user friendly but overall it works pretty well.
I want to present topology information for internal test reviews but the important information like card/port info is a child object to the to the device and hidden. I would like to pull that info out as as summary information. The report would have a picture of the topology devices (high-level) and underneath I would have a text output that summarizes the devices. Any ideas on how to accomplish this?
For example (pull out specific properties):
Device 1 (description)
Card 1 (Part #, card type)
Port 1 (Connected Y/N, endPoint)
...
Port 32 (Connected Y/N, endPoint)
Device x (description)
Card x (Part #, card type)
Port 1 (Connected Y/N, endPoint)
...
Port x (Connected Y/N, endPoint)
Thanks.