master
c 7 lines 268 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #include "api_v3_calls.h"
4
5 int api_v3_stream_path(RRDHOST *host __maybe_unused, struct web_client *w, char *url) {
6 return api_v3_contexts_internal(host, w, url, CONTEXTS_V2_NODES | CONTEXTS_V2_NODES_STREAM_PATH, 0);
7 }