0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 11:12:42 +00:00
netdata_netdata/web/api
2023-01-25 19:04:07 +00:00
..
badges track memory footprint of Netdata () 2023-01-20 00:50:42 +02:00
exporters DBENGINE v2 () 2023-01-10 19:59:21 +02:00
formatters Add Collector log () 2023-01-25 19:04:07 +00:00
health track memory footprint of Netdata () 2023-01-20 00:50:42 +02:00
queries DBENGINE v2 - improvements part 8 () 2023-01-25 01:56:49 +02:00
tests dbengine free from RRDSET and RRDDIM () 2022-10-13 08:05:15 +03:00
Makefile.am Makefile.am files indentation () 2019-11-11 01:30:00 +02:00
netdata-swagger.json QUERY_TARGET: new query engine for Netdata Agent () 2022-10-23 23:46:43 +03:00
netdata-swagger.yaml QUERY_TARGET: new query engine for Netdata Agent () 2022-10-23 23:46:43 +03:00
README.md Introduce the new Structure of the documentation () 2023-01-25 15:29:33 +02:00
web_api_v1.c track memory footprint of Netdata () 2023-01-20 00:50:42 +02:00
web_api_v1.h Remove archivedcharts endpoint, optimize indices () 2023-01-19 15:18:09 +02:00

API

Netdata REST API

The complete documentation of the Netdata API is available as a Swagger API document in our GitHub repository. You can view it online using the Swagger Editor.

If your prefer it over the Swagger Editor, you can also use Swagger UI by pointing at web/api/netdata-swagger.yaml in the Netdata source tree (or at https://raw.githubusercontent.com/netdata/netdata/master/web/api/netdata-swagger.yaml if you want to use the Swagger API definitions directly from our GitHub repository). This however does not provide all the information available.