Files
grafana/docs/sources/http_api/_index.md
Jack Baldry 4cacab01f4 [v8.5.x] Use relative aliases for all non-current Grafana aliases and remove current page latest aliases (#60062) (#61032)
* Use relative aliases for all non-current Grafana aliases

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-01-05 14:29:40 +00:00

1.9 KiB

aliases, description, keywords, title, weight
aliases description keywords title weight
overview/
Grafana HTTP API
grafana
http
documentation
api
overview
HTTP API 170

HTTP 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

  • [Admin API]({{< relref "admin.md" >}})
  • [Alerting Notification Channels API]({{< relref "alerting_notification_channels.md" >}})
  • [Alerting API]({{< relref "alerting.md" >}})
  • [Annotations API]({{< relref "annotations.md" >}})
  • [Authentication API]({{< relref "auth.md" >}})
  • [Dashboard API]({{< relref "dashboard.md" >}})
  • [Dashboard Permissions API]({{< relref "dashboard_permissions.md" >}})
  • [Dashboard Versions API]({{< relref "dashboard_versions.md" >}})
  • [Data source API]({{< relref "data_source.md" >}})
  • [Folder API]({{< relref "folder.md" >}})
  • [Folder Permissions API]({{< relref "folder_permissions.md" >}})
  • [Folder/Dashboard Search API]({{< relref "folder_dashboard_search.md" >}})
  • [Library Element API]({{< relref "library_element.md" >}})
  • [Organization API]({{< relref "org.md" >}})
  • [Other API]({{< relref "other.md" >}})
  • [Playlists API]({{< relref "playlist.md" >}})
  • [Preferences API]({{< relref "preferences.md" >}})
  • [Short URL API]({{< relref "short_url.md" >}})
  • [Snapshot API]({{< relref "snapshot.md" >}})
  • [Team API]({{< relref "team.md" >}})
  • [User API]({{< relref "user.md" >}})

Grafana Enterprise HTTP APIs

Grafana Enterprise includes all of the Grafana OSS APIs as well as those that follow:

  • [Fine-grained access control API]({{< relref "access_control.md" >}})
  • [Data source permissions API]({{< relref "datasource_permissions.md" >}})
  • [External group sync API]({{< relref "external_group_sync.md" >}})
  • [License API]({{< relref "licensing.md" >}})
  • [Reporting API]({{< relref "reporting.md" >}})