I have a visual overview where I generate a shape per alarm in the service.
I can show the parameter description of the alarm. The parameter description shows both the parameter name and the parameter key.
Actually I'm only interested in the parameter key part. This is available as a column in the Alarm Console. I've tried using [Parameter Key]/[Table Index], no succes.
Tried to use a regexreplace, but it looks like it applies the regex to the text [Parameter Description] and not the actual Parameter description.
Below is a list of the currently (10.0.12.0) supported key words:
- ELEMENT NAME
- ELEMENT TYPE
- ROOT TIME
- SEVERITY
- ALARM TYPE
- STATUS
- OWNER
- USER STATUS
- COMMENT
- SOURCE
- ALARM ID
- ROOT ALARM ID
- VALUE
- PARAMETER DESCRIPTION
- TIME
- SERVICE IMPACT
- VIRTUAL FUNCTION IMPACT
- RCA LEVEL
- SERVICES
As you can see the 'Parameter Key' is not in there yet. The missing keywords can easily be added (a task can be created for this).
The '[RegexReplace:]' placeholder does not yet work on placeholders that are set by the shape. Note that this is on the roadmap for 10.0.13.0.