Is there a way to export the API variables into the template? For example I give the device a device name when I claim it into a project. Can I get hold of that device name (hostName) and have it resolve in the template so I don't have to retype the ...
Any progress on this?
How about (I'm not sure how you input your variables):
#set ($vlanIDList = ['10', '20', '30'] )#set ($vlanNameList = ['VL10', 'VL20', 'VL30'] )#set($iter = 0)#foreach ($vlanID in $vlanIDList)vlan $vlanIDname $vlanNameList[ $ite...
What is the interplay between discovery and inventory between the two. If I discover a router in APIC-EM does that information get ported to PI (and v.v.)?