How to get the IP address of the instance that triggered the event #21934
Unanswered
kTipSSIoYv
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hm I don't know if we can evaluate automate expressions for that field, this is a great idea though. If not I wonder if we could add an automate method to expose the ip address generically for infra and cloud vms, and have a selection for running on the target vm. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a event called
EC2_Instance_State_change_Notification_running
triggered by AWS instance restarts. How can I get the floating IP address of the instance? I'm trying to see If I can pass this to ansible playbook using something similar like${/#miq_provision.destination.floating_ip_addresses.first}
The object returns the following and I wonder if I can access it like
${/#miq_provision.destination.floating_ip_addresses.first}
Beta Was this translation helpful? Give feedback.
All reactions