0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-22 04:31:08 +00:00
netdata_netdata/web/api
2022-08-05 12:50:11 +03:00
..
badges /api/v1/weights endpoint () 2022-08-01 21:47:14 +03:00
exporters netdata doubles () 2022-06-28 17:04:37 +03:00
formatters /api/v1/weights endpoint () 2022-08-01 21:47:14 +03:00
health Fix coverity 378625 () 2022-06-02 15:46:23 +03:00
queries Trimmed-median, trimmed-mean and percentile () 2022-08-05 12:50:11 +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 Trimmed-median, trimmed-mean and percentile () 2022-08-05 12:50:11 +03:00
netdata-swagger.yaml Trimmed-median, trimmed-mean and percentile () 2022-08-05 12:50:11 +03:00
README.md Update documentation about our REST API documentation. () 2022-06-30 14:03:11 +03:00
web_api_v1.c /api/v1/weights endpoint () 2022-08-01 21:47:14 +03:00
web_api_v1.h /api/v1/weights endpoint () 2022-08-01 21:47:14 +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.