Costa Tsaousis a9dca49334 added filtering options to /api/v1/contexts and /api/v1/context 2 лет назад
..
badges 49234f23de Multi-Tier database backend for long term metrics storage (#13263) 2 лет назад
exporters c3dfbe52a6 netdata doubles (#13217) 2 лет назад
formatters 49234f23de Multi-Tier database backend for long term metrics storage (#13263) 2 лет назад
health 27e9c50b56 Fix coverity 378625 (#13055) 2 лет назад
queries 6f315af47e fully working attempt 2 2 лет назад
tests 464695b410 Add chart filtering parameter to the allmetrics API query (#12820) 2 лет назад
Makefile.am 675383b26a Makefile.am files indentation (#7252) 5 лет назад
README.md ab58cc5886 Update documentation about our REST API documentation. (#13269) 2 лет назад
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 лет назад
netdata-swagger.yaml a9dca49334 added filtering options to /api/v1/contexts and /api/v1/context 2 лет назад
web_api_v1.c a9dca49334 added filtering options to /api/v1/contexts and /api/v1/context 2 лет назад
web_api_v1.h 986a1abf68 73x times faster metrics correlations at the agent (#13107) 2 лет назад

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.