将新建的db恢复到指定db某个指定时间点-CreateUDBInstanceByRecovery
创建db,将新创建的db恢复到指定db某个指定时间点
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 地域, 参见 地域和可用区列表 | Yes |
Zone | string | 可用区, 参见 可用区列表 | No |
Name | string | 实例名称,至少6位 | Yes |
SrcDBId | string | 源实例的Id | Yes |
RecoeryTime | int | 恢复到某个时间点的时间戳(UTC时间格式,默认单位秒) | Yes |
ProjectId | string | 项目编号 | No |
ChargeType | string | Year, Month, Dynamic,Trial,默认: Dynamic | No |
CouponId | string | 使用的代金券id | No |
Quantity | int | 购买时长,默认值1 | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
DBId | string | db实例id | No |
Request Example
http(s)://api.ucloud.cn/?Action=CreateUDBInstanceByRecovery &Region=cn-bj2 &ChargeType=Month &Name=udb-xxxxxxx &SrcDBId=udb-srcdb &Time=1432806384
Response Example
{ "Action": "CreateUDBInstanceByRecoveryResponse", "RetCode": 0, "DBId": "00f9868c-c7f5-4852-9eac-d200b678f0e1" }