grafana/docs/sources/http_api/_index.md
Christopher Moyer a20b3e2d59
Docs: Fine-grained access control refactor (#47536)
* fleshing out About topic

* docs, fgac refactor initial draft

* updated FGAC with service account details

* finalized restructure

* make prettier, corrects spelling

* fixes typo

* adds rollout strategy topic

* started name change

* renamed to rbac throughout docs

* copy edit to about and actions and scopes docs

* finishes content reorg

* draft of refactored refactored docs

* corrects relrefs

* formatting tweaks

* fixes typo

* copy updates to about rbac

* rbac rollout docs edits

* update rbac role assignment docs

* content update to manage rbac roles doc

* sort and reorder roles reference in rbac docs

* alphabetize permissions table

* Update docs/sources/enterprise/settings-updates.md

Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>

* incorporates feedback, makes prettier

* update http api references in rbac docs

* fix broken refs and improve wording on enabling RBAC provisioning

Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
Co-authored-by: Mitchel Seaman <mitchel.seaman@gmail.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2022-04-27 09:51:56 -05:00

1.9 KiB

+++ title = "HTTP API" description = "Grafana HTTP API" keywords = ["grafana", "http", "documentation", "api", "overview"] aliases = ["/docs/grafana/latest/overview"] weight = 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:

  • [Role-based 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" >}})