You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/alerts/monitors/alert-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Variables must be enclosed by double curly brackets (`{{ }}`). Unresolved variab
36
36
|`{{TriggerTimeEnd}}`| The end time of the time range that triggered the monitor in Unix format. For example, `1626190592042`. |✅|✅|
37
37
|`{{SourceURL}}`| The URL to the configuration or status page of the monitor in Sumo Logic. |✅|❌|
38
38
|`{{AlertResponseUrl}}`| When your monitor is triggered, it will generate a URL and provide it as the value of this variable where you can use it to open alert response. |✅|❌|
39
+
|`{{AlertResponseId}}`| The unique identifier of the triggered alert. |✅|❌|
39
40
|`{{AlertName}}`| Name of the alert that will be displayed on the alert page. |✅|✅|
40
41
|`{{Playbook}}`| Allows you to access the [playbook content](/docs/alerts/monitors/create-monitor/#step-4-playbook-optional) configured as part of your initial monitor setup. |✅|✅|
0 commit comments