开启或者关闭UDB从库备份-UpdateUDBInstanceSlaveBackupSwitch

开启或者关闭UDB从库备份

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
Zonestring可用区。参见 可用区列表No
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
MasterDBIdstring主库的IdYes
BackupSwitchint从库的备份开关,范围[0,1],0表示从库备份功能关闭,1 表示从库备份开关打开。Yes
SlaveDBIdstring从库的Id,如果从库备份开关设定为打开,则必须赋值。No

Response Elements

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

Request Example

https://api.ucloud.cn/?Action=UpdateUDBInstanceSlaveBackupSwitch 
&Region=cn-bj2
&ProjectId=7                          
&MasterDBId=udb-xxx
&SlaveDBId=udb-xxx
&BackupSwitch=1

Response Example

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