0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-23 04:50:22 +00:00
netdata_netdata/web/api
Costa Tsaousis bfe964bfbb
rrdcontext support for hidden charts ()
* rrdcontext support for hidden charts

* support unhidding charts
2022-08-01 12:17:38 +03:00
..
badges Multi-Tier database backend for long term metrics storage () 2022-07-06 14:01:53 +03:00
exporters netdata doubles () 2022-06-28 17:04:37 +03:00
formatters Get last_entry_t only when st changes () 2022-07-28 17:26:19 +03:00
health Fix coverity 378625 () 2022-06-02 15:46:23 +03:00
queries Set value to SN_EMPTY_SLOT if flags is SN_EMPTY_SLOT () 2022-07-26 11:37:38 +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 Rrdcontext () 2022-07-24 22:33:09 +03:00
netdata-swagger.yaml Rrdcontext () 2022-07-24 22:33:09 +03:00
README.md Update documentation about our REST API documentation. () 2022-06-30 14:03:11 +03:00
web_api_v1.c rrdcontext support for hidden charts () 2022-08-01 12:17:38 +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.