普通db升级为高可用-PromoteUDBInstanceToHA

普通db升级为高可用(只针对mysql5.5及以上版本)

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring数据中心,请参见数据中心RegionListYes
DBIdstring实例的Id,该值可以通过DescribeUDBInstance获取Yes
ProjectIdstring项目编号,不填为默认项目IDNo
IsLockbool升级时是否锁库,默认为锁库。不锁定:false;锁定:trueNo

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

http(s)://api.ucloud.cn/?Action=PromoteUDBInstanceToHA
&Region=cn-east-01
&DBId=00f9868c-c7f5-4852-9eac-d200b678f0e1

Response Example

{
    "Action": "PromoteUDBInstanceToHAResponse",
    "RetCode": 0
}