Hi Folks,
Looking for a variable which can be used to pass business transaction name in Email or HTTP request template similar to below.
${latestEvent.node.name} - For Node Name
Regards,
Mohit
Hi Mohit
You can use the affected entities as below, as multiple entities can be triggered by a health rule, you can use the index to pull certain ones, depending on your health rule setup
${latestEvent.affectedEntities[0].name}
${latestEvent.affectedEntities.name}
Ciao
Hi @Sagar.Elluru,
Since this post is over a year old, it's unlikely to get a response from the members on this thread. I found this AppD Docs page that might help. Please check it out.
Hi Mohit
You can use the affected entities as below, as multiple entities can be triggered by a health rule, you can use the index to pull certain ones, depending on your health rule setup
${latestEvent.affectedEntities[0].name}
${latestEvent.affectedEntities.name}
Ciao
Just wondering, if there is any variable name to pass synthetic job name to email using templating variable. Please advise.