Memulai tugas migrasi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID ruang kerja. Anda dapat masuk ke Konsol DataWorks dan membuka halaman Workspace untuk mendapatkan ID ruang kerja. |
123456 |
| MigrationId |
integer |
Yes |
ID paket migrasi. Anda dapat memanggil operasi CreateImportMigration untuk mengkueri ID paket impor dan memanggil operasi CreateExportMigration untuk mengkueri ID paket ekspor. |
123456 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
boolean |
Indicates whether the migration task is started. Valid values:
|
true |
| ErrorMessage |
string |
The error message. |
test error msg |
| RequestId |
string |
The request ID. |
FSDFSDF-WERWER-XVCX-DSFSDF |
| ErrorCode |
string |
The error code. |
110001123445 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"Data": true,
"ErrorMessage": "test error msg",
"RequestId": "FSDFSDF-WERWER-XVCX-DSFSDF",
"ErrorCode": "110001123445",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.