0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 01:29:11 +00:00
netdata_netdata/web/api
Emmanuel Vasilakis 9493fa8682
Remove family from alerts ()
* remove loading and storing families from alert configs

* remove families from silencers

* remove from alarm log

* start remove from alarm-notify.sh.in

* fix test alarm

* rebase

* remove from api/v1/alarm_log

* remove from alert stream

* remove from config stream

* remove from more

* remove from swagger for health api

* revert md changes

* remove from health cmd api test
2023-10-06 00:57:53 +03:00
..
badges docs rename alarm to alert () 2023-08-15 20:56:24 +03:00
exporters docs rename alarm to alert () 2023-08-15 20:56:24 +03:00
formatters Reset the obsolete flag on service thread () 2023-09-06 11:35:53 +03:00
health Remove family from alerts () 2023-10-06 00:57:53 +03:00
ilove added /api/v2/ilove.svg endpoint () 2023-08-16 19:59:20 +03:00
queries journal: fix the 1 second latency in play mode () 2023-10-04 20:54:16 +03:00
tests Replace info macro with a less generic name () 2023-06-30 21:14:26 +00:00
Makefile.am added /api/v2/ilove.svg endpoint () 2023-08-16 19:59:20 +03:00
netdata-swagger.json Remove family from alerts () 2023-10-06 00:57:53 +03:00
netdata-swagger.yaml Remove family from alerts () 2023-10-06 00:57:53 +03:00
README.md Update API () 2023-03-21 04:16:07 -07:00
web_api.c Facets histograms () 2023-08-21 11:20:18 +03:00
web_api.h added /api/v2/ilove.svg endpoint () 2023-08-16 19:59:20 +03:00
web_api_v1.c Dyncfg add streaming support () 2023-09-29 17:13:42 +02:00
web_api_v1.h rewrite /api/v2/alerts () 2023-06-28 23:14:10 +03:00
web_api_v2.c Dyncfg add streaming support () 2023-09-29 17:13:42 +02:00
web_api_v2.h WEBRTC for communication between agents and browsers () 2023-04-20 20:49:06 +03:00

API

Netdata agent REST API

The complete documentation of the Netdata agent's REST API is documented in the OpenAPI format in our GitHub repository.

You can explore it using the Swagger UI, or the Swagger Editor.

Netdata cloud API

A very basic Netdata cloud REST API supports the Grafana data source plugin, but has not yet been expanded for wider use. We intend to provide a properly documented API in the future.