mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 18:08:55 +08:00
docs: fixes and update current version
This commit is contained in:
@ -30,7 +30,7 @@ dashboards, creating users and updating data sources.
|
|||||||
* [Snapshot API]({{< relref "http_api/snapshot.md" >}})
|
* [Snapshot API]({{< relref "http_api/snapshot.md" >}})
|
||||||
* [Annotations API]({{< relref "http_api/annotations.md" >}})
|
* [Annotations API]({{< relref "http_api/annotations.md" >}})
|
||||||
* [Alerting API]({{< relref "http_api/alerting.md" >}})
|
* [Alerting API]({{< relref "http_api/alerting.md" >}})
|
||||||
* [Alert Notification Channels API]({{< relref "http_api/alert_notification_channels.md" >}})
|
* [Alert Notification Channels API]({{< relref "http_api/alerting_notification_channels.md" >}})
|
||||||
* [User API]({{< relref "http_api/user.md" >}})
|
* [User API]({{< relref "http_api/user.md" >}})
|
||||||
* [Team API]({{< relref "http_api/team.md" >}})
|
* [Team API]({{< relref "http_api/team.md" >}})
|
||||||
* [Admin API]({{< relref "http_api/admin.md" >}})
|
* [Admin API]({{< relref "http_api/admin.md" >}})
|
||||||
|
@ -7,6 +7,7 @@ type = "docs"
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Playlist"
|
name = "Playlist"
|
||||||
parent = "http_api"
|
parent = "http_api"
|
||||||
|
identifier = "http_api_playlist"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Playlist API
|
# Playlist API
|
||||||
@ -28,7 +29,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
|||||||
Querystring Parameters:
|
Querystring Parameters:
|
||||||
|
|
||||||
These parameters are used as querystring parameters.
|
These parameters are used as querystring parameters.
|
||||||
|
|
||||||
- **query** - Limit response to playlist having a name like this value.
|
- **query** - Limit response to playlist having a name like this value.
|
||||||
- **limit** - Limit response to *X* number of playlist.
|
- **limit** - Limit response to *X* number of playlist.
|
||||||
|
|
||||||
@ -153,7 +154,7 @@ Content-Type: application/json
|
|||||||
"id": 5,
|
"id": 5,
|
||||||
"title":"my other dasboard"
|
"title":"my other dasboard"
|
||||||
"order": 2,
|
"order": 2,
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
@ -47,6 +47,6 @@ The Dashboard Folder Page is similar to the Manage Dashboards page and is where
|
|||||||
|
|
||||||
Permissions can assigned to a folder and inherited by the containing dashboards. An Access Control List (ACL) is used where
|
Permissions can assigned to a folder and inherited by the containing dashboards. An Access Control List (ACL) is used where
|
||||||
**Organization Role**, **Team** and Individual **User** can be assigned permissions. Read the
|
**Organization Role**, **Team** and Individual **User** can be assigned permissions. Read the
|
||||||
[Dashboard & Folder Permissions]({{< relref "administration/permissions.md#dashboard-folder-permissions" >}}) docs for more detail
|
[Dashboard & Folder Permissions]({{< relref "permissions/dashboard_folder_permissions.md" >}}) docs for more detail
|
||||||
on the permission system.
|
on the permission system.
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ keywords = ["grafana", "dashboard", "documentation", "playlist"]
|
|||||||
type = "docs"
|
type = "docs"
|
||||||
[menu.docs]
|
[menu.docs]
|
||||||
parent = "dashboard_features"
|
parent = "dashboard_features"
|
||||||
|
identifier = "feature_playlist"
|
||||||
weight = 4
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ http://play.grafana.org/render/dashboard-solo/db/grafana-play-home?orgId=1&panel
|
|||||||
|
|
||||||
You can embed a panel using an iframe on another web site. This tab will show you the html that you need to use.
|
You can embed a panel using an iframe on another web site. This tab will show you the html that you need to use.
|
||||||
|
|
||||||
> *Notice* This sharing require either anonymous access or setting [cookie_samesite]({{< relref "installation/configuration/#cookie-samesite" >}}) to none
|
> *Notice* This sharing require either anonymous access or setting [cookie_samesite]({{< relref "installation/configuration.md#cookie-samesite" >}}) to none
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[
|
[
|
||||||
{ "version": "v6.0", "path": "/", "archived": false, "current": true },
|
{ "version": "v6.1", "path": "/", "archived": false, "current": true },
|
||||||
|
{ "version": "v6.0", "path": "/v6.0", "archived": true },
|
||||||
{ "version": "v5.4", "path": "/v5.4", "archived": true },
|
{ "version": "v5.4", "path": "/v5.4", "archived": true },
|
||||||
{ "version": "v5.3", "path": "/v5.3", "archived": true },
|
{ "version": "v5.3", "path": "/v5.3", "archived": true },
|
||||||
{ "version": "v5.2", "path": "/v5.2", "archived": true },
|
{ "version": "v5.2", "path": "/v5.2", "archived": true },
|
||||||
|
Reference in New Issue
Block a user