Export Template - How to access the related IP address for a Service? #17834
Unanswered
graphworlok
asked this question in
Q&A
Replies: 1 comment
-
I was able to access the required data via service.ipaddresses.all() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to automate generation of a nagios service configuration file using Export Templates, and i don't seem to be able to access the related IP data - instead it returns the string "ipam.IPAddress.None"
I've also tried service.ipaddresses.address (returns nothing) and service.ipaddresses[0].address (errors)
Template is assigned to IPAM | service
Beta Was this translation helpful? Give feedback.
All reactions