Alerts api summary option (#21192)
Summary is not the default
Stelios Fragkakis committed
Oct 23, 2025 at 16:06 UTC
9b9ee3f286d328c03d0aec1ac326225b440adb3a
1 file changed
+1
-1
src/web/api/v2/api_v2_alerts.c
+1
-1
@@ -3,5 +3,5 @@
3
#include "api_v2_calls.h"
4
5
int api_v2_alerts(RRDHOST *host __maybe_unused, struct web_client *w, char *url) {
6
- return api_v2_contexts_internal(host, w, url, CONTEXTS_V2_ALERTS | CONTEXTS_V2_NODES, CONTEXTS_OPTION_SUMMARY);
6
+ return api_v2_contexts_internal(host, w, url, CONTEXTS_V2_ALERTS | CONTEXTS_V2_NODES, 0);
7
}