0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 05:47:20 +00:00
netdata_netdata/web/api
vkalintiris 8c736bb135
Move health/ under src/ ()
* Move health/ under src/

* Update references to health paths.

```
find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \;
```

* Update .git{,hub} refs to health.
2024-02-07 02:24:47 +02:00
..
badges Create a top-level directory to contain source code. () 2024-02-01 13:41:44 +02:00
exporters Move exporting/ under src/ () 2024-02-05 11:16:59 +02:00
formatters Move health/ under src/ () 2024-02-07 02:24:47 +02:00
health Create a top-level directory to contain source code. () 2024-02-01 13:41:44 +02:00
ilove CMake build system. () 2023-12-13 16:41:20 +02:00
queries Move health/ under src/ () 2024-02-07 02:24:47 +02:00
tests Replace info macro with a less generic name () 2023-06-30 21:14:26 +00:00
http_auth.c New Permissions System () 2024-01-29 09:18:01 +02:00
http_auth.h New Permissions System () 2024-01-29 09:18:01 +02:00
http_header.c New Permissions System () 2024-01-29 09:18:01 +02:00
http_header.h dyncfg v2 () 2024-01-11 16:56:45 +02:00
netdata-swagger.json Update naming for swagger api () 2024-01-18 18:12:52 +02:00
netdata-swagger.yaml Update naming for swagger api () 2024-01-18 18:12:52 +02:00
README.md Update API () 2023-03-21 04:16:07 -07:00
web_api.c New Permissions System () 2024-01-29 09:18:01 +02:00
web_api.h New Permissions System () 2024-01-29 09:18:01 +02:00
web_api_v1.c add the CLOEXEC flag to all sockets and files () 2024-01-31 12:47:20 +02:00
web_api_v1.h DYNCFG: dynamically configured alerts () 2024-01-23 20:20:41 +02:00
web_api_v2.c New Permissions System () 2024-01-29 09:18:01 +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.