0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-25 05:31:37 +00:00
netdata_netdata/web/api
2022-06-30 14:24:42 +00:00
..
badges netdata doubles () 2022-06-28 17:04:37 +03:00
exporters netdata doubles () 2022-06-28 17:04:37 +03:00
formatters Fix alignment in charts endpoint () 2022-06-30 14:24:42 +00:00
health Fix coverity 378625 () 2022-06-02 15:46:23 +03:00
queries Query engine with natural and virtual points () 2022-06-29 19:24:08 +03:00
tests Add chart filtering parameter to the allmetrics API query () 2022-05-05 19:32:57 +03:00
Makefile.am Makefile.am files indentation () 2019-11-11 01:30:00 +02:00
netdata-swagger.json Query Engine multi-granularity support (and MC improvements) () 2022-06-22 11:19:08 +03:00
netdata-swagger.yaml Query Engine multi-granularity support (and MC improvements) () 2022-06-22 11:19:08 +03:00
README.md Update documentation about our REST API documentation. () 2022-06-30 14:03:11 +03:00
web_api_v1.c Query engine with natural and virtual points () 2022-06-29 19:24:08 +03:00
web_api_v1.h 73x times faster metrics correlations at the agent () 2022-06-13 21:31:52 +03: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.