Hi:
I have a correlation rule which is triggered by an alarm from an element. the correlation rule runs an automation script.
Is there a way to pass parameter to the automation script? for example to pass the name of another element, or pass the element id of another element etc.
Thanks
Hi Miao Miao,
In a script, you can get information from the alarm that triggered the correlation rule: How do I parse Correlation Alarm Info data?
If you want to pass information to the automation script, you could use script parameters in your script. These parameters can be filled from placeholders. You can find the list of placeholders in Script Conditons.
More information can be found in Running an Automation Script from a correlation rule.
Hope it helps.