Skip to Content
分布式NewSQL数据库 TiDB开始按实例计费tidb的恢复 - StartTiDBClusterRestore

开始按实例计费tidb的恢复 - StartTiDBClusterRestore

简介

开始按实例计费tidb的恢复

定义

公共参数

参数名类型描述信息必填
Actionstring对应的 API 指令名称,当前 API 为 StartTiDBClusterRestoreYes
PublicKeystring用户公钥,可从 控制台 获取Yes
Signaturestring根据公钥及 API 指令生成的用户签名,参见 签名算法Yes

请求参数

参数名类型描述信息必填
Regionstring地域。 参见 地域和可用区列表Yes
BackupIdstring备份idYes
Idstring实例idYes

响应字段

字段名类型描述信息必填
RetCodeint返回状态码,为 0 则为成功返回,非 0 为失败Yes
Actionstring操作指令名称Yes
Messagestring返回错误消息,当 RetCode 非 0 时提供详细的描述信息No
RestoreIdstring恢复任务IdYes
ServiceIdstring实例idYes

示例

请求示例

https://api.tnqacloud.com/?Action=StartTiDBClusterRestore &Region=cn-zj &BackupId=WjspwUvO &Id=ltdnOqWw

响应示例

{ "Action": "StartTiDBClusterRestoreResponse", "Message": "rJfLhaPY", "RestoreId": "zPcTqOJC", "RetCode": 0, "ServiceId": "mPMyGJFZ" }