mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
e3ad740b49
commit
3475ff2d81
@ -1,7 +1,28 @@
|
|||||||
+++
|
+++
|
||||||
title = "HTTP API"
|
title = "HTTP API"
|
||||||
|
description = "Grafana HTTP API"
|
||||||
|
keywords = ["grafana", "http", "documentation", "api", "overview"]
|
||||||
|
type = "docs"
|
||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "HTTP API"
|
name = "HTTP API"
|
||||||
identifier = "http_api"
|
identifier = "http_api"
|
||||||
weight = 9
|
weight = 9
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
* [Authentication API](/http_api/auth/)
|
||||||
|
* [Dashboard API](/http_api/dashboard/)
|
||||||
|
* [Data Source API](/http_api/data_source/)
|
||||||
|
* [Organisation API](/http_api/org/)
|
||||||
|
* [User API](/http_api/user/)
|
||||||
|
* [Admin API](/http_api/admin/)
|
||||||
|
* [Snapshot API](/http_api/snapshot/)
|
||||||
|
* [Preferences API](/http_api/preferences/)
|
||||||
|
* [Other API](/http_api/other/)
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
+++
|
|
||||||
title = "HTTP API "
|
|
||||||
description = "Grafana HTTP API"
|
|
||||||
keywords = ["grafana", "http", "documentation", "api", "overview"]
|
|
||||||
aliases = ["/http_api/overview/"]
|
|
||||||
type = "docs"
|
|
||||||
[menu.docs]
|
|
||||||
name = "Overview"
|
|
||||||
parent = "http_api"
|
|
||||||
+++
|
|
||||||
|
|
||||||
|
|
||||||
# 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:
|
|
||||||
|
|
||||||
* [Authentication API](/http_api/auth/)
|
|
||||||
* [Dashboard API](/http_api/dashboard/)
|
|
||||||
* [Data Source API](/http_api/data_source/)
|
|
||||||
* [Organisation API](/http_api/org/)
|
|
||||||
* [User API](/http_api/user/)
|
|
||||||
* [Admin API](/http_api/admin/)
|
|
||||||
* [Snapshot API](/http_api/snapshot/)
|
|
||||||
* [Preferences API](/http_api/preferences/)
|
|
||||||
* [Other API](/http_api/other/)
|
|
Loading…
Reference in New Issue
Block a user