Membuat dan memulai tugas pengunduhan set cadangan inkremental.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:CreateIncrementBackupSetDownload |
create |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BackupSetId |
string |
Yes |
ID tugas cadangan inkremental. Untuk mendapatkan ID tugas, Anda dapat memanggil operasi DescribeIncrementBackupList dan Tampilan nilai parameter BackupSetJobId pada tanggapan. |
t4yh0g0g**** |
| BackupSetName |
string |
Yes |
ID set cadangan inkremental. Untuk mendapatkan ID set cadangan, Anda dapat memanggil operasi DescribeIncrementBackupList dan Tampilan nilai parameter BackupSetId pada tanggapan. |
mysql-bin.000054 |
| BackupSetDataFormat |
string |
No |
Format pengunduhan set cadangan inkremental. Nilai valid:
Catatan
Nilai default: Native. |
Native |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. |
ETnLKlblzczshOTUbOCz******** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The ID of the request. |
D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
| ErrCode |
string |
The error code. |
Param.NotFound |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| ErrMessage |
string |
The error message. |
The specified parameter %s value is not valid. |
| BackupSetDownloadTaskId |
string |
The ID of the backup set download task. |
1jydacm****** |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
"ErrCode": "Param.NotFound",
"Success": true,
"ErrMessage": "The specified parameter %s value is not valid. ",
"BackupSetDownloadTaskId": "1jydacm******"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | Request.Forbidden | Have no Permissions |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.