All Products
Search
Document Center

Data Management:ModifyBackupSourceEndpoint

Last Updated:Feb 19, 2025

Modifies the data source of a backup schedule.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dbs:ModifyBackupSourceEndpointupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
BackupPlanIdstringYes

The ID of the backup schedule. You can call the DescribeBackupPlanList operation to obtain it.

dbs1h****usfa
SourceEndpointInstanceTypestringYes

The location of the database. You can call the DescribeBackupPlanList operation to obtain it. Valid values:

  • RDS
  • ECS
  • Express: The database is connected to DBS via Express Connect, VPN Gateway, or Smart Access Gateway.
  • Agent: The database is connected to DBS over a DBS backup gateway.
  • DDS: The database is an ApsaraDB for MongoDB database.
  • Other: The database is connected to DBS using the IP address and port of the database.
RDS
SourceEndpointRegionstringNo

The region in which the database you want to back up resides. You can call the DescribeBackupPlanList operation to obtain the region.

Note If you set SourceEndpointInstanceType to RDS, ECS, DDS, Express, or Agent, this parameter is required.
cn-hangzhou
SourceEndpointInstanceIDstringNo

The database instance ID. You can call the DescribeBackupPlanList operation to obtain the ID.

Note If you set SourceEndpointInstanceType to RDS, ECS, DDS, or Express, this parameter is required.
rm-bp1p8c29479jv****
SourceEndpointIPstringNo

The endpoint of the database. You can call the DescribeBackupPlanList operation to obtain the endpoint.

Note If you set SourceEndpointInstanceType to Express, Agent, or Other, this parameter is required.
100.*.*.10:3306
SourceEndpointPortintegerNo

The port that is used to connect to the database. You can call the DescribeBackupPlanList operation to obtain the port.

Note If you set SourceEndpointInstanceType to Express, Agent, Other, or ECS, this parameter is required.
3306
SourceEndpointDatabaseNamestringNo

The name of the database.

  • This parameter is required if the database is a PostgreSQL or MongoDB database.
  • This parameter is required if the database is an SQL Server database that is connected to DBS over a DBS backup gateway.
test
SourceEndpointUserNamestringNo

The account that is used to log on to the database. You can call the DescribeBackupPlanList operation to obtain the account.

If the database is an SQL Server database connected to DBS over a DBS backup gateway or a Redis database, this parameter is optional. Otherwise, it is required.

test
SourceEndpointPasswordstringNo

The password of the account that is used to connect to the database.

This parameter is required except that the database is an SQL Server database that is connected to DBS over a DBS backup gateway or a Redis database.

test
BackupGatewayIdlongNo

The backup gateway ID. You can call the DescribeBackupPlanList operation to obtain the ID.

Note If you set SourceEndpointInstanceType to Agent, this parameter is required.
21321323213
BackupObjectsstringNo

The backup object. If you set SourceEndpointInstanceType to Agent, this parameter is optional. Otherwise, it is required. You can call the DescribeBackupPlanList operation to obtain the backup object.

\[{ "DBName":"Name of the database to be backed up", "SchemaName":"Name of the schema to be backed up", "TableIncludes":\[{ "TableName":"Name of the table to be backed up" }], "TableExcludes":\[{"TableName":"Name of the table to be excluded during the backup" }] } ]
SourceEndpointOracleSIDstringNo

The SID of the Oracle source database. If the database is an Oracle database, this parameter is required.

test
CrossAliyunIdstringNo

The unique ID (UID) of the Alibaba Cloud account to which the backup schedule belongs. You can call the DescribeRestoreTaskList operation to obtain the UID.

2xxx7778xxxxxxxxxx
CrossRoleNamestringNo

The name of the RAM role that is used to perform backups across Alibaba Cloud accounts. You can call the DescribeRestoreTaskList operation to obtain the RAM role.

test123
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

ETnLKlblzczshOTUbOCzxxxxxxx

Response parameters

ParameterTypeDescriptionExample
object
HttpStatusCodeinteger

The HTTP status code.

200
RequestIdstring

The ID of the request.

D6E068C3-25BC-455A-85FE-45F0B22E****
ErrCodestring

The error code.

Param.NotFound
Successboolean

Indicates whether the request is successful. Valid values:

  • true: The request is successful.
  • false: The request fails.
true
ErrMessagestring

The error message.

The specified parameter %s value is not valid.
BackupPlanIdstring

The ID of the backup schedule.

dbs1h****usfa
NeedPrecheckboolean

Indicates whether a precheck is triggered. If the value of this parameter is true, you must start the backup schedule by calling the StartBackupPlan operation.

false

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "D6E068C3-25BC-455A-85FE-45F0B22E****",
  "ErrCode": "Param.NotFound",
  "Success": true,
  "ErrMessage": "The specified parameter %s value is not valid. ",
  "BackupPlanId": "dbs1h****usfa",
  "NeedPrecheck": false
}

Error codes

HTTP status codeError codeError message
403Request.ForbiddenHave no Permissions

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history