Monitoring & Collection/Grafana Dashboards
POSTGrafanaSince 1.0SynchronousAuth Required
AcquireDashboardLock
Acquire an exclusive edit lock on a dashboard to prevent concurrent edits
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
dashboardIdStringRequiredUUID of the dashboard to acquire a lock on
Body Fields
userIdStringRequiredUUID of the user requesting the lock
Example: user-001-abc
Responses
Endpoint
POST/api/v1/monitoring/dashboards/{dashboardId}/lock
/api/v1/monitoring/dashboards/{dashboardId}/lock
Request Example
curl -X POST '{host}/api/v1/monitoring/dashboards/{dashboardId}/lock' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"userId":"user-001-abc"}'
Response Example
200{
"lockId": "lock-001-abc",
"dashboardId": "dash-001-abc",
"heldBy": "user-001-abc",
"acquiredAt": "example",
"expiresAt": "example",
"isExpired": false
}Change History
This API has no change history records yet.
