grafana-api · PyPI
https://pypi.org/project/grafana-api16.08.2020 · To use admin API you need to use basic auth as stated here # Use basic authentication: grafana_api = GrafanaFace( auth=("username","password"), host='api.my-grafana-host.com' ) # Use token grafana_api = GrafanaFace( auth='abcdetoken...', host='api.my-grafana-host.com' ) Status of REST API realization Work on API implementation still in progress.
HTTP API | Grafana Labs
https://grafana.com/docs/grafana/latest/http_apiHTTP API reference The Grafana backend exposes an HTTP API, which is the same API that is used by the frontend to do everything from saving dashboards, creating users, and updating data sources. HTTP APIs Authentication API Dashboard API Dashboard versions API Dashboard permissions API Folder API Folder permissions API Folder/dashboard search API