I am adding new widget to F5 virtual server details page (Orion/F5/F5VirtualServerDetails.aspx?netobject=F5VS%3a566&ViewID=13)
This widget is a custom table with an swql query that displays the current connections for the VIP
I have the query correct but need to use the variable for the netobject so all the other virtual server pages only show their own connections.
Select ShortName as [VIP], Connections FROM Orion.F5.LTM.VirtualServer
WHERE VirtualServerID = '566'
which variable would i use for the VirtualServerID ???
Or is there another way to get these connections displayed ??
thanks