Grafana · Capability
Grafana HTTP API — Data Sources
Grafana HTTP API — Data Sources. 6 operations. Lead operation: List all data sources. Self-contained Naftiko capability covering one Grafana business surface.
What You Can Do
GET
Getdatasources
— List all data sources
/v1/datasources
POST
Createdatasource
— Create a data source
/v1/datasources
GET
Getdatasourcebyuid
— Get data source by UID
/v1/datasources/uid/{uid}
GET
Getdatasourcebyid
— Get data source by ID
/v1/datasources/{id}
PUT
Updatedatasource
— Update data source by ID
/v1/datasources/{id}
DELETE
Deletedatasourcebyid
— Delete data source by ID
/v1/datasources/{id}
MCP Tools
list-all-data-sources
List all data sources
read-only
idempotent
create-data-source
Create a data source
get-data-source-uid
Get data source by UID
read-only
idempotent
get-data-source-id
Get data source by ID
read-only
idempotent
update-data-source-id
Update data source by ID
idempotent
delete-data-source-id
Delete data source by ID
idempotent