Skip to content

Commit c6dfa98

Browse files
breaking it out by page
1 parent 4b298af commit c6dfa98

File tree

3 files changed

+599
-498
lines changed

3 files changed

+599
-498
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Synthetic Monitoring Template Variables
3+
aliases:
4+
- /synthetics/guide/synthetic-test-monitors/
5+
further_reading:
6+
- link: "/monitors/manage/"
7+
tag: "Documentation"
8+
text: "Learn how to manage monitors"
9+
- link: "/monitors/templates/"
10+
tag: "Documentation"
11+
text: "Learn more about monitor templates"
12+
---
13+
14+
## Overview
15+
16+
Template variables allow you to insert dynamic values from your test results and configuration into Synthetic Monitoring notification messages. These variables are accessed using the `synthetics.attributes` prefix.
17+
18+
## Variable reference
19+
20+
{{< whatsnext desc="Select your test type to see available template variables:">}}
21+
{{< nextlink href="/synthetics/notifications/template_variables/browser_mobile" >}}Browser and Mobile Test Variables{{< /nextlink >}}
22+
{{< nextlink href="/synthetics/notifications/template_variables/api" >}}API Test Variables{{< /nextlink >}}
23+
{{< /whatsnext >}}
24+
25+
**Note:** Variable availability depends on the test type. To verify available data, export a test result as JSON from the **Actions** tab in the [Results Explorer][1]. Use this output to confirm the exact paths for your monitor configuration.
26+
27+
{{< img src="synthetics/notifications/action_tab.png" alt="Actions tab from the Synthetics Result Explorer with Export Result JSON highlighted" style="width:90%;" >}}
28+
29+
## Further Reading
30+
31+
{{< partial name="whats-next/whats-next.html" >}}
32+
33+
[1]: /synthetics/explore/results_explorer
34+

0 commit comments

Comments
 (0)