Grafana ​
Manage dashboards, data sources, and alerts with the Grafana HTTP API.
| Detail | Value |
|---|---|
| Category | Monitoring |
| Base URL | https://grafana.example.com/api |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | grafana |
Using Grafana in a workflow ​
- Go to Connections and click New Connection.
- Pick Grafana from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /dashboards/db | Create or update dashboard |
| GET /dashboards/uid/{uid} | Get dashboard by UID |
| GET /search | Search dashboards |
| GET /datasources | List data sources |
| POST /datasources | Create a data source |
| GET /alerts | List alerts |
| GET /folders | List folders |
| GET /org | Get current org |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.