I can add a node's IP address to a custom HTML link by using ${ipaddress} in the HTML, is there a way to get a group of IP addresses based off a custom property as part of a HTML link?
For example, I am wanting to have a URL that will have all the IP addresses for every node at the Site custom property...
${N=SWQL;M=SELECT TOP 10 N.IPaddress FROM Orion.NodesCustomProperties NC JOIN Orion.Nodes N on N.nodeid=NC.NodeID WHERE NC.Site like '${NC.Site}' }