I just noticed that the ${ipaddress} variable no longer works in Orion 9.5. I have custom URL hyperlinks that use that variable to make the link dynamic based on node. I can see that ${nodename} still works but unfortunately for some of my applications the IP address is the only option. Did this variable get changed?
An example of it's usage would be in the Links resource for something like this
ssh2://${ipaddress}
Now I could certainly use ${nodename} in this example but some of my applications require the IP address in the query string.