summaryrefslogtreecommitdiffstats
path: root/src/web/api/v2/api_v2_alerts.c
blob: c5d1922e211d684095fc66420a510c419612ca41 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-3.0-or-later

#include "api_v2_calls.h"

int api_v2_alerts(RRDHOST *host __maybe_unused, struct web_client *w, char *url) {
    return api_v2_contexts_internal(host, w, url, CONTEXTS_V2_ALERTS | CONTEXTS_V2_NODES);
}