blob: 237394a88cfb4f31046c02217090b4abaaa96429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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](https://raw.githubusercontent.com/netdata/netdata/master/web/api/netdata-swagger.yaml).
You can explore it using the **[Swagger UI](https://learn.netdata.cloud/api)**, or the **[Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/netdata/netdata/master/web/api/netdata-swagger.yaml)**.
## Netdata cloud API
A very basic Netdata cloud REST API supports the [Grafana data source plugin](https://github.com/netdata/netdata-grafana-datasource-plugin/blob/master/README.md),
but has not yet been expanded for wider use. We intend to provide a properly documented API in the future.
|