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
chore: Update Synthetic Monitoring API docs (#425)
Updates the outdated docs/API.md to point to the maintained
Grafana Cloud API reference for Synthetic Monitoring.
Includes links to the hosted Swagger UI and the OpenAPI 3.0
spec.
Copy file name to clipboardExpand all lines: docs/API.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Synthetic Monitoring API
2
2
3
+
> [!WARNING]
4
+
> **Deprecated/Outdated Documentation**
5
+
>
6
+
> This document is no longer maintained and may contain outdated information.
7
+
> Please visit the [official Synthetic Monitoring API documentation](https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/api-reference/)
8
+
> or view the [Swagger OpenAPI UI](https://synthetic-monitoring-api.grafana.net/api/v1/swagger) for the most up-to-date reference.
9
+
>
10
+
> You can also directly download the [OpenAPI 3.0 specification](https://synthetic-monitoring-api.grafana.net/api/v1/openapi) for Grafana Cloud Synthetic Monitoring.
11
+
12
+
3
13
This document describes the Synthetic Monitoring API. All the entry
0 commit comments