Costa Tsaousis a9dca49334 added filtering options to /api/v1/contexts and /api/v1/context 2 years ago
..
badges 49234f23de Multi-Tier database backend for long term metrics storage (#13263) 2 years ago
exporters c3dfbe52a6 netdata doubles (#13217) 2 years ago
formatters 49234f23de Multi-Tier database backend for long term metrics storage (#13263) 2 years ago
health 27e9c50b56 Fix coverity 378625 (#13055) 2 years ago
queries 6f315af47e fully working attempt 2 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 88e2c981f8 dont show uuids by default, added option to enable them; response is now accepting after,before to show only data for a specific timeframe; deleted items are only shown when "deleted" is requested; hub version is now shown when "queue" is requested 2 years ago
netdata-swagger.yaml a9dca49334 added filtering options to /api/v1/contexts and /api/v1/context 2 years ago
web_api_v1.c a9dca49334 added filtering options to /api/v1/contexts and /api/v1/context 2 years ago
web_api_v1.h 986a1abf68 73x times faster metrics correlations at the agent (#13107) 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.