Mengkueri kemajuan tugas migrasi.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID ruang kerja. Anda dapat masuk ke Konsol DataWorks dan membuka halaman Ruang Kerja untuk mengkueri ID. |
123456 |
| MigrationId |
integer |
Yes |
ID paket migrasi. Anda dapat memanggil operasi CreateImportMigration untuk mengkueri ID. |
123456 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
SADFSDFSD-SDFSDF-XDXCVX-ESWW |
| ErrorMessage |
string |
The error message. |
test error msg |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| ErrorCode |
string |
The error code. |
110001123456 |
| Data |
array<object> |
The progress information of the migration task, including the names of all steps in and status of the migration task. |
|
|
object |
|||
| TaskStatus |
string |
The running status of the step in the migration task. Valid values:
|
SUCCESS |
| TaskName |
string |
The name of the step in the migration task. |
IMPORE_PREPARE |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "SADFSDFSD-SDFSDF-XDXCVX-ESWW",
"ErrorMessage": "test error msg",
"Success": true,
"ErrorCode": "110001123456",
"Data": [
{
"TaskStatus": "SUCCESS",
"TaskName": "IMPORE_PREPARE"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.