Hi Dojo,
I am currently using this GetParameterByPrimaryKey method to retrieve a parameter from an Element's table (specifically the interface status for a particular interface on a Cisco N9K device). The value returned for this parameter is an integer. This integer, however, maps to a string display value, which is what is displayed in the Surveyor's UI of the table and what I'm after. Is there a method to access the mapped display value via an Automation script?
Thanks!
Hi Vish,
You should be able to achieve this using the GetDisplayValue method.