0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 14:16:20 +00:00
netdata_netdata/web/api
Fotis Voutsas 2c60f324ee
Add markdown files in Learn ()
* add metadata for learn

* first batch of adding metadata to md files

* second batch of adding metadata to md files

* third batch of adding metadata to md files

* test one sidebar_label

* add missing sidebar_labels

* add missing sidebar_labels to files left behind

* test, ansible doc is stubborn

* fix

* fix

* fix

* don't use questionmarks in the sidebar label

* don't use exclamation marks and symbols in the sidebar label

* fix style guide

* fixes

* fixes
2023-02-08 09:48:19 -08:00
..
badges Add markdown files in Learn () 2023-02-08 09:48:19 -08:00
exporters Add markdown files in Learn () 2023-02-08 09:48:19 -08:00
formatters Add markdown files in Learn () 2023-02-08 09:48:19 -08:00
health Add markdown files in Learn () 2023-02-08 09:48:19 -08:00
queries Add markdown files in Learn () 2023-02-08 09:48:19 -08:00
tests dbengine free from RRDSET and RRDDIM () 2022-10-13 08:05:15 +03:00
Makefile.am Makefile.am files indentation () 2019-11-11 01:30:00 +02:00
netdata-swagger.json QUERY_TARGET: new query engine for Netdata Agent () 2022-10-23 23:46:43 +03:00
netdata-swagger.yaml QUERY_TARGET: new query engine for Netdata Agent () 2022-10-23 23:46:43 +03:00
README.md Introduce the new Structure of the documentation () 2023-01-25 15:29:33 +02:00
web_api_v1.c track memory footprint of Netdata () 2023-01-20 00:50:42 +02:00
web_api_v1.h Remove archivedcharts endpoint, optimize indices () 2023-01-19 15:18:09 +02:00

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.