From cca882f7e79a7d89e93ece24b32430017d5e6947 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Wed, 18 Jun 2025 19:34:07 +0530 Subject: [PATCH] Add new variable `AlertResponseId` variable for Monitors --- docs/alerts/monitors/alert-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/alerts/monitors/alert-variables.md b/docs/alerts/monitors/alert-variables.md index 89504f9314..6163e5b706 100644 --- a/docs/alerts/monitors/alert-variables.md +++ b/docs/alerts/monitors/alert-variables.md @@ -36,6 +36,7 @@ Variables must be enclosed by double curly brackets (`{{ }}`). Unresolved variab | `{{TriggerTimeEnd}}` | The end time of the time range that triggered the monitor in Unix format. For example, `1626190592042`. | ✅| ✅| | `{{SourceURL}}` | The URL to the configuration or status page of the monitor in Sumo Logic. | ✅| ❌ | | `{{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. | ✅| ❌ | +| `{{AlertResponseId}}` | The unique identifier of the triggered alert. | ✅| ❌ | | `{{AlertName}}` | Name of the alert that will be displayed on the alert page. | ✅| ✅| | `{{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. | ✅| ✅|