释放Zookeeper数据节点。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RequestPars | string | 否 | 扩展请求参数,JSON 格式。 | {} |
ClusterId | string | 是 | 集群 ID。 | mse-09k1q11**** |
Path | string | 是 | 节点路径。 | /zookeeper |
AcceptLanguage | string | 否 | 返回信息的语言类型:
| zh |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpCode": 200,
"Message": "请求处理成功",
"RequestId": "DC34E4A3-5F1C-4E40-86EA-02EDF967****",
"Data": {
"Data": "cluster",
"Path": "/",
"Dir": true,
"Name": "mse-bc1a29b0-160230875****-reg-center-0-1"
},
"ErrorCode": "mse-100-000",
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ZooKeeper.Timeout | ZooKeeper operation timeout. | ZooKeeper 操作超时,可能由于当前操作的Znode数据过大,子节点过多,Server处理请求时间消耗过长,或者集群当前正在选主,无法处理请求。 |
400 | ZooKeeper.IllegalRequest.NoNode | The current instance does not have this Znode. | 当前操作的节点不存在,可能已经被删除。 |
400 | IllegalRequest | Invalid request:%s | 非法请求: %s |
400 | InvalidParameter | Parameter error:%s | 请求参数错误:%s |
403 | NoPermission | You are not authorized to perform this operation:%s | 没有权限使用此接口:%s |
404 | NotFound | Not found:%s | 资源不存在:%s |
500 | InternalError | Console error. Try again later:%s | 控制台错误.稍后重试:%s |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2025-04-15 | OpenAPI 描述信息更新、OpenAPI 错误码发生变更 | 查看变更详情 |