0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 13:54:48 +00:00
netdata_netdata/web/api
Jacek Kolasa 788fbb219a
sidebar-info update - DB engine ()
* remove "Netdata is using # MB of memory on HOSTNAME for # hour, # minutes, and # seconds of real-time history."

* Added "memory_mode" key to the get "charts" API call

* don't show db engine tip when user has it already installed

* add back hostname information

* add oxford comma (only for db-engine users)

* update main.js hash

* <b> --> <strong> (but only in sidebar info, main.js)
2019-09-12 15:35:44 +02:00
..
badges HTTP response message () 2019-09-03 11:23:32 +00:00
exporters HTTP response message () 2019-09-03 11:23:32 +00:00
formatters sidebar-info update - DB engine () 2019-09-12 15:35:44 +02:00
health HTTP response message () 2019-09-03 11:23:32 +00:00
queries Variable Granularity support for data collection () 2019-08-28 17:33:51 +03:00
Makefile.am Port ACLs, Management API and Health commands () 2019-01-15 12:49:28 +01:00
netdata-swagger.json Add alarm status counter api call () 2019-08-23 12:29:20 +02:00
netdata-swagger.yaml Add alarm status counter api call () 2019-08-23 12:29:20 +02:00
README.md Fix Markdown Lint warnings () 2019-08-15 13:06:39 +02:00
web_api_v1.c HTTP response message () 2019-09-03 11:23:32 +00:00
web_api_v1.h Add alarm status counter api call () 2019-08-23 12:29:20 +02:00

API

Netdata REST API

The complete documentation of the Netdata API is available at the Swagger Editor.

If your prefer it over the Swagger Editor, you can also use Swagger UI. This however does not provide all the information available.

Google charts API

Netdata is a Google Visualization API datatable and datasource provider, so it can directly be used with Google Charts.

Check this single chart, jsfiddle example:

image

and this multi chart, jsfiddle example:

image

analytics