AcquireDashboardLock
Acquire an exclusive edit lock on a dashboard to prevent concurrent edits
POST
/api/v1/monitoring/dashboards/{dashboardId}/lockOperation ID
AcquireDashboardLockSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
dashboardIdStringRequiredUUID of the dashboard to acquire a lock on
Body Fields
userIdStringRequiredUUID of the user requesting the lock
Example: user-001-abc
