Grafana REST API
Number of APIs: 18
Public documentation: https://grafana.com/docs/grafana/latest/http_api/
Some requests only work with HTTP basic auth, so most requests in this collection use it.
-
Dashboards - Create IP SLA dashboard for CSR2 POST {{baseUrl}}/api/dashboards/db
-
Organizations and Users - Get global users GET {{baseUrl}}/api/users
-
Organizations and Users - Update user password PUT {{baseUrl}}/api/admin/users/2/password
-
Organizations and Users - Delete read-only user DELETE {{baseUrl}}/api/admin/users/2
-
Data Sources - Update data source credentials example AWS CloudWatch PUT {{baseUrl}}/api/datasources/2
-
Authentication - Get API keys using API key for auth GET {{baseUrl}}/api/auth/keys
-
Authentication - Delete specific API key (logout) DELETE {{baseUrl}}/api/auth/keys/2
-
Organizations and Users - Get current organization GET {{baseUrl}}/api/org
-
Organizations and Users - Create read-only user POST {{baseUrl}}/api/admin/users
-
Organizations and Users - Get users within organization GET {{baseUrl}}/api/org/users