释放仪表盘锁
发布之前已获取仪表盘编辑锁。
DELETE
/api/v1/monitoring/dashboards/{dashboardId}/lock/{lockId}操作 ID
ReleaseDashboardLock起始版本
1.0.0执行模式
同步认证信息
需要认证认证信息
调用该 API 时需要在请求头中携带以下认证信息。
Authorizationstring必填Bearer 令牌
X-Tenant-IDstringX-Tenant-ID
请求参数
路径参数
dashboardIdString必填仪表盘ID。
lockIdString必填锁ID。
查询参数
forceBoolean是否强制执行。
示例: true
响应状态
200 OKDELETE 接口成功时返回空对象,失败时返回标准错误结构。
成功响应
{}错误响应
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Delete resource timeout after 300s"
}
}