Forum Discussion
Vitor_Santos
Advisor
5 years agoHello,
I was able to surpass this by making API requests on the script itself (by update custom properties at the instance level directly).
We now have 2 properties at the instance level (ResourceState & ResourceConfiguration).
From there every time the script runs updates both properties with the respective values.
On the alarm message I'm now able to invoke those tokens (##ResourceState##, etc...) & reflect the values.
Thank you!