Skip to content

Commit fd32325

Browse files
authored
Add new variable AlertResponseId variable for Monitors (#5489)
1 parent 42abdc2 commit fd32325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/alerts/monitors/alert-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Variables must be enclosed by double curly brackets (`{{ }}`). Unresolved variab
3636
| `{{TriggerTimeEnd}}` | The end time of the time range that triggered the monitor in Unix format. For example, `1626190592042`. | ✅| ✅|
3737
| `{{SourceURL}}` | The URL to the configuration or status page of the monitor in Sumo Logic. | ✅| ❌ |
3838
| `{{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. | ✅| ❌ |
3940
| `{{AlertName}}` | Name of the alert that will be displayed on the alert page. | ✅| ✅|
4041
| `{{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. | ✅| ✅|
4142

0 commit comments

Comments
 (0)