Hi Dojo,
I need to extract parameter description in my automation script. This script is called from correlation.
I get the data from correlation alarm info parameter (65006 - Special parameters available in Automation scripts | DataMiner Docs) so I can get parameter ID (parameter on which the alarm occurred). I need to display Parameter description. Is there any method to extract parameter description using prameter id in automation script?
Hi Dika,
A possible option is to pass the parameter description through a script parameter. Using Correlation rule syntax you can pass the parameter description to the automation script (see parametername).
When calling the automation script you can pass the parameter name as follows:
Please don't forget to check the option 'Evaluate script parameter values'
Hope it helps.
Thank you very much! Your guidance resolved my issue effectively.