-
I think it’s a bigger issue for me than most, because I’m just starting out…I don’t know where to find the correct list of what “objects” I can use with {{}} to customize links or configs. For example, I am trying to create a custom link thats opens a link like: ssh://{{ primary IP }}, I can do it, initially in testing by filling in the IP and my SSH app opens it no problem, but I can figure out how to get the Primary IP? Bigger Picture I would love to know how to better find any object I might need later. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ssh://{{ object.primary_ip.address.ip }} |
Beta Was this translation helpful? Give feedback.
ssh://{{ object.primary_ip.address.ip }}