Restore a dashboard
POST/v1/grafana/api/dashboards/id/:dashboardId/restore
Restores a dashboard to a given dashboard version. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
dashboardId integerrequired
- application/json
Body
version integer
Dashboard version.
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
slug string
Dashboard slug.
status string
Dashboard status.
version integer
Dashboard version.
{
"slug": "production-overview",
"status": "success",
"version": 1
}
Loading...