I’m trying to pass the Alarm ID value to an Automation Script via the Correlation Rule. I’ve used this format:[field(DMAID)]|[field(EID)]|[field(PID)]|[field(elementname)]|[field(ALARMID)]
I’m getting values for everything except ALARMID. I’ve also tried using AID and Alarm ID, but no luck. Does anyone know the correct field name or a way to get the Alarm ID here?
Hi Srimath,
In context of retrieving values in an alarm from an Automation script in Correlation engine, you can use the field ID and not alarmID (does not exist).
More info about Script condition functions in correlation rule syntax can be found here: https://docs.dataminer.services/user-guide/Advanced_Modules/Correlation/Correlation_rule_syntax/Script_condition_functions.html?
I hope this will help you further.
Regards,
Matthias
Thanks Matt , That works 🙂