|
|
@ -1,15 +1,21 @@ |
|
|
|
---- |
|
|
|
+++ |
|
|
|
page_title: HTTP API |
|
|
|
title = "HTTP API " |
|
|
|
page_description: Grafana HTTP API Reference |
|
|
|
description = "Grafana HTTP API" |
|
|
|
page_keywords: grafana, admin, http, api, documentation |
|
|
|
keywords = ["grafana", "http", "documentation", "api", "overview"] |
|
|
|
--- |
|
|
|
aliases = ["/http_api/overview/"] |
|
|
|
|
|
|
|
type = "docs" |
|
|
|
|
|
|
|
[menu.docs] |
|
|
|
|
|
|
|
name = "Overview" |
|
|
|
|
|
|
|
parent = "http_api" |
|
|
|
|
|
|
|
+++ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# HTTP API Reference |
|
|
|
# HTTP API Reference |
|
|
|
|
|
|
|
|
|
|
|
The Grafana backend exposes an HTTP API, the same API is used by the frontend to do everything from saving |
|
|
|
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. |
|
|
|
dashboards, creating users and updating data sources. |
|
|
|
|
|
|
|
|
|
|
|
###Supported HTTP APIs: |
|
|
|
## Supported HTTP APIs: |
|
|
|
|
|
|
|
|
|
|
|
* [Authentication API](/http_api/auth/) |
|
|
|
* [Authentication API](/http_api/auth/) |
|
|
|
* [Dashboard API](/http_api/dashboard/) |
|
|
|
* [Dashboard API](/http_api/dashboard/) |
|
|
|