Tableaux De Bord · Capability
Grafana Dashboard API
The Grafana HTTP API provides programmatic access to dashboard management, datasource configuration, organization management, user administration, annotation management, and alerting. Grafana is an open-source observability and analytics platform for infrastructure, application, and business monitoring.
What You Can Do
POST
Createorupdatedashboard
— Create Or Update Dashboard
/dashboards/db
GET
Getdashboardbyuid
— Get Dashboard By UID
/dashboards/uid/{uid}
DELETE
Deletedashboardbyuid
— Delete Dashboard By UID
/dashboards/uid/{uid}
GET
Searchdashboards
— Search Dashboards
/search
GET
Listdatasources
— List Datasources
/datasources
POST
Createdatasource
— Create Datasource
/datasources
GET
Getdatasourcebyid
— Get Datasource By ID
/datasources/{id}
PUT
Updatedatasource
— Update Datasource
/datasources/{id}
DELETE
Deletedatasource
— Delete Datasource
/datasources/{id}
GET
Listorganizations
— List Organizations
/orgs
POST
Createorganization
— Create Organization
/orgs
GET
Listorgusers
— List Organization Users
/org/users
GET
Searchteams
— Search Teams
/teams/search
GET
Listannotations
— List Annotations
/annotations
POST
Createannotation
— Create Annotation
/annotations
GET
Listfolders
— List Folders
/folders
POST
Createfolder
— Create Folder
/folders
GET
Listalertrules
— List Alert Rules
/v1/provisioning/alert-rules
POST
Createalertrule
— Create Alert Rule
/v1/provisioning/alert-rules
MCP Tools
createorupdatedashboard
Create Or Update Dashboard
getdashboardbyuid
Get Dashboard By UID
read-only
idempotent
deletedashboardbyuid
Delete Dashboard By UID
idempotent
searchdashboards
Search Dashboards
read-only
idempotent
listdatasources
List Datasources
read-only
idempotent
createdatasource
Create Datasource
getdatasourcebyid
Get Datasource By ID
read-only
idempotent
updatedatasource
Update Datasource
idempotent
deletedatasource
Delete Datasource
idempotent
listorganizations
List Organizations
read-only
idempotent
createorganization
Create Organization
listorgusers
List Organization Users
read-only
idempotent
searchteams
Search Teams
read-only
idempotent
listannotations
List Annotations
read-only
idempotent
createannotation
Create Annotation
listfolders
List Folders
read-only
idempotent
createfolder
Create Folder
listalertrules
List Alert Rules
read-only
idempotent
createalertrule
Create Alert Rule