I am trying to understand how to use the getInterfaceProperty. I have a QAPP and wanted to input the description of an interface in one cells. The requirements are below.
if I wanted to get the Descr for an interface but the interface is coming from the qapp how would the code go?
$cell = getInterfaceProperty(‘Descr’,$_device,$intf,infs) ? I get no results and been trying to plug in the information with no change. Any suggestions?