Monitoring & Collection/Grafana Dashboards
POSTGrafanaSince 1.0SynchronousAuth Required
RestoreDashboard
Restore a previously soft-deleted dashboard
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
idStringRequiredUUID of the dashboard to restore
Query Parameters
tenantIdStringUUID of the tenant owning the dashboard UUID of the tenant owning the dashboard
Responses
Endpoint
POST/api/v1/monitoring/dashboards/{id}/restore
/api/v1/monitoring/dashboards/{id}/restore
Request Example
curl -X POST '{host}/api/v1/monitoring/dashboards/{id}/restore' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"id": "dash-001-abc",
"tenantId": "tenant-001-xyz",
"title": "VM Performance Overview",
"category": "compute",
"layout": [
{}
],
"createdBy": "user-001-abc",
"createdAt": "example",
"updatedAt": "example"
}Change History
This API has no change history records yet.
