All Products
Search
Document Center

DataWorks:GetMigrationProcess

Last Updated:Jun 11, 2026

Mengkueri kemajuan tugas migrasi.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

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:

  • INIT

  • RUNNING

  • FAILURE

  • SUCCESS

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.