From 623302d055d16cc8dee127e834b05bab1792ea2d Mon Sep 17 00:00:00 2001 From: J Stickler Date: Tue, 24 Jun 2025 04:23:07 -0400 Subject: [PATCH] Backport #106955 to v12 branch (broken link) (#107058) --- docs/sources/shared/alerts/alerting_provisioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/shared/alerts/alerting_provisioning.md b/docs/sources/shared/alerts/alerting_provisioning.md index 4f0dc6d715d..24cea680db5 100644 --- a/docs/sources/shared/alerts/alerting_provisioning.md +++ b/docs/sources/shared/alerts/alerting_provisioning.md @@ -397,9 +397,9 @@ To reset the notification policy tree to the default and unlock it for editing i The Alerting Provisioning HTTP API can only be used to manage Grafana-managed alert resources. To manage resources related to [data source-managed alerts](https://grafana.com/docs/grafana//alerting/alerting-rules/create-data-source-managed-rule/), consider the following tools: -- [mimirtool](https://grafana.com/docs/mimir//manage/tools/mimirtool/): to interact with the Mimir alertmanager and ruler configuration. +- [mimirtool](https://grafana.com/docs/mimir//manage/tools/mimirtool/): to interact with the Mimir alertmanager and ruler configuration. - [cortex-tools](https://github.com/grafana/cortex-tools#cortextool): to interact with the Cortex alertmanager and ruler configuration. -- [lokitool](https://grafana.com/docs/loki//alert/#lokitool): to configure the Loki Ruler. +- [lokitool](https://grafana.com/docs/loki//alert/#lokitool): to configure the Loki Ruler. Alternatively, the [Grafana Alerting API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/pkg/services/ngalert/api/tooling/post.json) can be used to access data from data source-managed alerts. This API is primarily intended for internal usage, with the exception of the `/api/v1/provisioning/` endpoints. It's important to note that internal APIs may undergo changes without prior notice and are not officially supported for user consumption.