Monitoring & Collection/Grafana Dashboards
GETGrafanaSince 1.0SynchronousAuth Required
GetDashboardLock
Get the current edit lock status for a dashboard
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 query the lock state for
Responses
Endpoint
GET/api/v1/monitoring/dashboards/{dashboardId}/lock
/api/v1/monitoring/dashboards/{dashboardId}/lock
Request Example
curl -X GET '{host}/api/v1/monitoring/dashboards/{dashboardId}/lock' -H 'Authorization: Bearer {token}'
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.
