Skip to main content
Monitoring & Collection/Grafana Dashboards

GetDashboardLockConfig

Retrieve the global dashboard lock configuration (TTL, force unlock policy)

GET/api/v1/monitoring/dashboards/lock/config

Operation ID

GetDashboardLockConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • lockTtlMinutes
    Integer

    Lock time-to-live in minutes before auto-expiry

    Example: 15

  • allowForceUnlock
    Boolean

    Whether administrators can forcefully release other users' locks

    Example: true

  • requireIfMatchHeader
    Boolean

    Whether clients must send an If-Match version header on updates

    Example: false