Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6081c6cb
Commit
6081c6cb
authored
Nov 24, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(http_api): convert to new docs format
parent
df2b2e30
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
95 additions
and
46 deletions
+95
-46
docs/sources/http_api/admin.md
+10
-5
docs/sources/http_api/auth.md
+10
-5
docs/sources/http_api/dashboard.md
+10
-5
docs/sources/http_api/data_source.md
+11
-5
docs/sources/http_api/org.md
+11
-5
docs/sources/http_api/other.md
+11
-5
docs/sources/http_api/overview.md
+12
-6
docs/sources/http_api/preferences.md
+10
-5
docs/sources/http_api/snapshot.md
+10
-5
No files found.
docs/sources/http_api/admin.md
View file @
6081c6cb
----
+++
page_title: Admin APIs
title = "Admin HTTP API "
page_description: Grafana Admin API Reference
description = "Grafana Admin HTTP API"
page_keywords: grafana, admin, http, api, documentation
keywords =
[
"grafana", "http", "documentation", "api", "admin"
]
---
aliases =
[
"/http_api/admin/"
]
type = "docs"
[
menu.docs
]
name = "Admin"
parent = "http_api"
+++
# Admin API
# Admin API
...
...
docs/sources/http_api/auth.md
View file @
6081c6cb
----
+++
page_title: Authentication API
title = "Authentication HTTP API "
page_description: Grafana HTTP API Reference
description = "Grafana Authentication HTTP API"
page_keywords: grafana, admin, http, api, documentation
keywords =
[
"grafana", "http", "documentation", "api", "authentication"
]
---
aliases =
[
"/http_api/authentication/"
]
type = "docs"
[
menu.docs
]
name = "Authentication"
parent = "http_api"
+++
# Authentication API
# Authentication API
...
...
docs/sources/http_api/dashboard.md
View file @
6081c6cb
----
+++
page_title: Dashboard API
title = "Dashboard HTTP API "
page_description: Grafana Dashboard API Reference
description = "Grafana Dashboard HTTP API"
page_keywords: grafana, admin, http, api, documentation, dashboard
keywords =
[
"grafana", "http", "documentation", "api", "dashboard"
]
---
aliases =
[
"/http_api/dashboard/"
]
type = "docs"
[
menu.docs
]
name = "Dashboard"
parent = "http_api"
+++
# Dashboard API
# Dashboard API
...
...
docs/sources/http_api/data_source.md
View file @
6081c6cb
----
+++
page_title: Data source API
title = "Data source HTTP API "
page_description: Grafana Data source API Reference
description = "Grafana Data source HTTP API"
page_keywords: grafana, admin, http, api, documentation, datasource
keywords =
[
"grafana", "http", "documentation", "api", "data source"
]
---
aliases =
[
"/http_api/datasource/"
]
type = "docs"
[
menu.docs
]
name = "Data source"
parent = "http_api"
+++
# Data source API
# Data source API
...
...
docs/sources/http_api/org.md
View file @
6081c6cb
----
+++
page_title: Organisation API
title = "Organisation HTTP API "
page_description: Grafana Organisation API Reference
description = "Grafana Organisation HTTP API"
page_keywords: grafana, admin, http, api, documentation, orgs, organisation
keywords =
[
"grafana", "http", "documentation", "api", "organisation"
]
---
aliases =
[
"/http_api/organisation/"
]
type = "docs"
[
menu.docs
]
name = "Organisation"
parent = "http_api"
+++
# Organisation API
# Organisation API
...
...
docs/sources/http_api/other.md
View file @
6081c6cb
----
+++
page_title: Other APIs
title = "Other HTTP API "
page_description: Grafana Other API Reference
description = "Grafana Other HTTP API"
page_keywords: grafana, admin, http, api, documentation, dashboards
keywords =
[
"grafana", "http", "documentation", "api", "other"
]
---
aliases =
[
"/http_api/other/"
]
type = "docs"
[
menu.docs
]
name = "Other"
parent = "http_api"
+++
# Frontend Settings API
# Frontend Settings API
...
...
docs/sources/http_api/overview.md
View file @
6081c6cb
----
+++
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/
)
...
...
docs/sources/http_api/preferences.md
View file @
6081c6cb
----
+++
page_title: Preferences API
title = "HTTP Preferences API "
page_description: Grafana Preferences API Reference
description = "Grafana HTTP API"
page_keywords: grafana, preferences, http, api, documentation
keywords =
[
"grafana", "http", "documentation", "api", "preferences"
]
---
aliases =
[
"/http_api/preferences/"
]
type = "docs"
[
menu.docs
]
name = "Preferences"
parent = "http_api"
+++
# User and Org Preferences API
# User and Org Preferences API
...
...
docs/sources/http_api/snapshot.md
View file @
6081c6cb
----
+++
page_title: Snapshot API
title = "HTTP Snapshot API "
page_description: Grafana Snapshot API Reference
description = "Grafana HTTP API"
page_keywords: grafana, admin, http, api, documentation, snapshot, dashboard
keywords =
[
"grafana", "http", "documentation", "api", "snapshot"
]
---
aliases =
[
"/http_api/snapshot/"
]
type = "docs"
[
menu.docs
]
name = "Snapshot"
parent = "http_api"
+++
# Snapshot API
# Snapshot API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment