UDB高可用实例升级为Sentinel版本(不带HAProxy)-SwitchUDBHAToSentinel

UDB高可用实例从HAProxy版本升级为Sentinel版本(不带HAProxy)

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
Zonestring可用区。参见 可用区列表Yes
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
DBIdstringUDB的实例IDYes

Response Elements

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

Request Example

https://api.ucloud.cn/?Action=SwitchUDBHAToSentinel
&Region=cn-zj
&Zone=cn-zj-01
&ProjectId=gmHxIXWq
&DBId=gDTVtKmV

Response Example

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