| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #include "api_v2_calls.h" |
| 4 | |
| 5 | int api_v2_functions(RRDHOST *host __maybe_unused, struct web_client *w, char *url) { |
| 6 | return api_v2_contexts_internal( |
| 7 | host, w, url, CONTEXTS_V2_FUNCTIONS | CONTEXTS_V2_NODES | CONTEXTS_V2_AGENTS | CONTEXTS_V2_VERSIONS, 0); |
| 8 | } |