2016-10-21 04:01:34 -05:00
|
|
|
+++
|
|
|
|
title = "HTTP API"
|
2016-11-27 10:09:47 -06:00
|
|
|
description = "Grafana HTTP API"
|
|
|
|
keywords = ["grafana", "http", "documentation", "api", "overview"]
|
2019-12-30 01:17:03 -06:00
|
|
|
aliases = ["/docs/grafana/latest/overview"]
|
2016-11-27 10:09:47 -06:00
|
|
|
type = "docs"
|
2016-10-21 04:01:34 -05:00
|
|
|
[menu.docs]
|
|
|
|
name = "HTTP API"
|
|
|
|
identifier = "http_api"
|
|
|
|
weight = 9
|
|
|
|
+++
|
2016-11-27 10:09:47 -06:00
|
|
|
|
|
|
|
|
|
|
|
# HTTP API Reference
|
|
|
|
|
|
|
|
The Grafana backend exposes an HTTP API, the same API is used by the frontend to do everything from saving
|
|
|
|
dashboards, creating users and updating data sources.
|
|
|
|
|
|
|
|
## Supported HTTP APIs:
|
|
|
|
|
2016-11-27 13:22:29 -06:00
|
|
|
|
2019-12-05 06:09:57 -06:00
|
|
|
* [Authentication API]({{< relref "auth.md" >}})
|
|
|
|
* [Dashboard API]({{< relref "dashboard.md" >}})
|
|
|
|
* [Dashboard Versions API]({{< relref "dashboard_versions.md" >}})
|
|
|
|
* [Dashboard Permissions API]({{< relref "dashboard_permissions.md" >}})
|
|
|
|
* [Folder API]({{< relref "folder.md" >}})
|
|
|
|
* [Folder Permissions API]({{< relref "folder_permissions.md" >}})
|
|
|
|
* [Folder/dashboard search API]({{< relref "folder_dashboard_search.md" >}})
|
|
|
|
* [Data Source API]({{< relref "data_source.md" >}})
|
|
|
|
* [Organization API]({{< relref "org.md" >}})
|
|
|
|
* [Snapshot API]({{< relref "snapshot.md" >}})
|
|
|
|
* [Annotations API]({{< relref "annotations.md" >}})
|
2020-01-27 06:41:15 -06:00
|
|
|
* [Playlists API]({{< relref "playlist.md" >}})
|
2019-12-05 06:09:57 -06:00
|
|
|
* [Alerting API]({{< relref "alerting.md" >}})
|
|
|
|
* [Alert Notification Channels API]({{< relref "alerting_notification_channels.md" >}})
|
|
|
|
* [User API]({{< relref "user.md" >}})
|
|
|
|
* [Team API]({{< relref "team.md" >}})
|
|
|
|
* [Admin API]({{< relref "admin.md" >}})
|
|
|
|
* [Preferences API]({{< relref "preferences.md" >}})
|
|
|
|
* [Other API]({{< relref "other.md" >}})
|
2020-01-27 06:41:15 -06:00
|
|
|
|
|
|
|
### Grafana Enterprise HTTP APIs
|
|
|
|
|
|
|
|
* [Data Source Permissions API]({{< relref "datasource_permissions.md" >}})
|
|
|
|
* [External Group Sync API]({{< relref "external_group_sync.md" >}})
|
2020-05-06 02:28:33 -05:00
|
|
|
* [Reporting API]({{< relref "reporting.md" >}})
|