Quantcast
Channel: THWACK: Popular Discussions - Orion SDK
Viewing all articles
Browse latest Browse all 3719

IPAM IPnodeID or IPAddress SWIS Variable

$
0
0

Hello,

I am trying to add a custom SWQL resource on the "IPAM IP Address Details View" which will list all the IP's for a given node which has that IP Address, the problem is i cannot find a suitable variable for the Address being viewed e,g IpNodeId or Ipadress

 

 

I have tried variants of the following

 

select ipaddress,nodeid from orion.nodeipaddresses where nodeid = (select nodeid from orion.nodeipaddresses where ipNodeId=${IpNodeId})

 

select ipaddress,nodeid from orion.nodeipaddresses where nodeid = (select nodeid from orion.nodeipaddresses where IPAddress = ${IPAM.IPNOde.IPAddress})

 

Is there a valid variable which can be used here?

 

Thanks,

Tony


Viewing all articles
Browse latest Browse all 3719

Trending Articles