Menghapus alur kerja.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
No |
ID workspace DataWorks. Anda dapat masuk ke konsol DataWorks dan membuka halaman Workspace untuk menanyakan ID. Anda harus menentukan parameter ini atau parameter ProjectIdentifier untuk mengidentifikasi workspace DataWorks saat Anda memanggil operasi ini. |
10000 |
| ProjectIdentifier |
string |
No |
Nama workspace DataWorks. Anda dapat masuk ke konsol DataWorks dan membuka halaman Workspace untuk menanyakan nama workspace. Anda harus menentukan parameter ini atau parameter ProjectId untuk mengidentifikasi workspace DataWorks saat Anda memanggil operasi ini. |
dw_project |
| BusinessId |
integer |
Yes |
ID alur kerja. Anda dapat memanggil operasi ListBusiness untuk menanyakan ID alur kerja berdasarkan nama. |
1000001 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Respons |
||
| HttpStatusCode |
integer |
Kode status HTTP. |
200 |
| ErrorMessage |
string |
Pesan kesalahan. |
The connection does not exist. |
| RequestId |
string |
ID permintaan. Digunakan untuk memecahkan masalah saat terjadi kesalahan. |
0000-ABCD-EFG**** |
| ErrorCode |
string |
Kode kesalahan. |
Invalid.Tenant.ConnectionNotExists |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"ErrorMessage": "The connection does not exist.",
"RequestId": "0000-ABCD-EFG****",
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | No permission, please authorize |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.