Costa Tsaousis b863e5062e Trimmed-median, trimmed-mean and percentile (#13469) 2 years ago
..
badges ccf0f6b6f4 /api/v1/weights endpoint (#13449) 2 years ago
exporters c3dfbe52a6 netdata doubles (#13217) 2 years ago
formatters ccf0f6b6f4 /api/v1/weights endpoint (#13449) 2 years ago
health 27e9c50b56 Fix coverity 378625 (#13055) 2 years ago
queries b863e5062e Trimmed-median, trimmed-mean and percentile (#13469) 2 years ago
tests 464695b410 Add chart filtering parameter to the allmetrics API query (#12820) 2 years ago
Makefile.am 675383b26a Makefile.am files indentation (#7252) 5 years ago
README.md ab58cc5886 Update documentation about our REST API documentation. (#13269) 2 years ago
netdata-swagger.json b863e5062e Trimmed-median, trimmed-mean and percentile (#13469) 2 years ago
netdata-swagger.yaml b863e5062e Trimmed-median, trimmed-mean and percentile (#13469) 2 years ago
web_api_v1.c ccf0f6b6f4 /api/v1/weights endpoint (#13449) 2 years ago
web_api_v1.h ccf0f6b6f4 /api/v1/weights endpoint (#13449) 2 years ago

README.md

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.