Monitoring & Collection/Grafana Dashboards
PUTGrafanaSince 1.0SynchronousAuth Required
UpdateDashboardLockConfig
Update the dashboard lock configuration parameters
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
lockTtlMinutesIntegerRequiredUpdated lock TTL in minutes
Example: 30
allowForceUnlockBooleanRequiredWhether to allow force unlock
Example: true
requireIfMatchHeaderBooleanRequiredWhether to require If-Match header on updates
Example: true
Responses
Endpoint
PUT/api/v1/monitoring/dashboards/lock/config
/api/v1/monitoring/dashboards/lock/config
Request Example
curl -X PUT '{host}/api/v1/monitoring/dashboards/lock/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"lockTtlMinutes":30,"allowForceUnlock":true,"requireIfMatchHeader":true}'
Response Example
200{}Change History
This API has no change history records yet.
