Call CreateIncrementBackupSetDownload to create and start an incremental backup set download task.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateIncrementBackupSetDownload |
The operation that you want to perform. Valid values: CreateIncrementBackupSetDownload. |
BackupSetId | String | Yes | dbstooi01exxxxx |
The ID of the incremental backup set. |
BackupSetName | String | Yes | test |
The name of the incremental data file. |
BackupSetDataFormat | String | No | Native |
The download format of the incremental backup set. Valid values:
Note Default value: Native.
|
RegionId | String | No | cn-hangzhou |
The region ID of the instance. You can call DescribeRegions query. |
ClientToken | String | No | ETnLKlblzczshOTUbOCzxxxxxxx |
The client token that is used to ensure the idempotency of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
BackupSetDownloadTaskId | String | dbstooi01exxxxx |
The ID of the backup set download task. |
ErrCode | String | Param.NotFound |
The error code. |
ErrMessage | String | The specified parameter %s value is not valid. |
The error message. |
HttpStatusCode | Integer | 200 |
The HTTP status code. |
RequestId | String | D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request succeeded. |
Examples
Sample requests
http(s)://dbs-api.cn-hangzhou.aliyuncs.com/? Action=CreateIncrementBackupSetDownload
&<Common request parameters>
Sample success responses
XML
format
<CreateIncrementBackupSetDownloadResponse>
<RequestId>D6E068C3-25BC-455A-85FE-45F0B22ECB1F</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<BackupSetDownloadTaskId>dbstooi01exxxxx</BackupSetDownloadTaskId>
<Success>true</Success>
</CreateIncrementBackupSetDownloadResponse>
JSON
format
{
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
"HttpStatusCode": 200,
"BackupSetDownloadTaskId": "dbstooi01exxxxx",
"Success": true
}
Error codes
For a list of error codes, visit the API Error Center.