Mengkueri informasi tentang Paket penyebaran.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
No |
ID ruang kerja DataWorks. Anda dapat mengklik ikon Workspace Manage di pojok kanan atas halaman DataStudio untuk membuka halaman Workspace Management dan melihat ID ruang kerja. |
10000 |
| ProjectIdentifier |
string |
No |
ID Unik Global ruang kerja DataWorks. Anda dapat melihat ID Unik Global di bagian atas halaman DataStudio. Anda juga dapat memilih ID Unik Global lain untuk beralih ke ruang kerja lain. Anda harus menentukan parameter ini atau parameter ProjectId untuk menentukan ruang kerja DataWorks tempat operasi diterapkan. |
dw_project |
| DeploymentId |
integer |
Yes |
ID tugas Penerapan. ID tugas Penerapan dihasilkan saat Anda memanggil operasi SubmitFile atau DeployFile. |
3000001 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| HttpStatusCode |
integer |
The HTTP status code returned. |
200 |
| ErrorMessage |
string |
The error message returned. |
The connection does not exist. |
| RequestId |
string |
The ID of the request. You can troubleshoot errors based on the ID. |
0000-ABCD-EFG**** |
| ErrorCode |
string |
The error code returned. |
Invalid.Tenant.ConnectionNotExists |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
object |
The details of the deployment package. |
|
| Deployment |
object |
The details of the deployment package. |
|
| Status |
integer |
The status of the deployment task. Valid values: 0, 1, and 2. A value of 0 indicates that the task is ready. A value of 1 indicates that the task was successful. A value of 2 indicates that the task failed. |
1 |
| ErrorMessage |
string |
The error message that was returned when the deployment package failed. In this case, the value of the Status parameter is 2. |
Success |
| FromEnvironment |
integer |
The environment in which the deployment task was run. Valid values: 0 and 1. A value of 0 indicates the on-premises environment. A value of 1 indicates the development environment. |
0 |
| ToEnvironment |
integer |
The environment to which the file was deployed. Valid values: 1 and 2. A value of 1 indicates the development environment. A value of 2 indicates the production environment. |
1 |
| CheckingStatus |
integer |
The check status of one or more files in the deployment task. If the value of the ToEnvironment parameter is 1, the files can be deployed to the production environment only when the value of the Status parameter is 1 and the CheckingStatus parameter is empty. Valid values:
|
7 |
| CreateTime |
integer |
The time when the deployment task was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1593877765000 |
| HandlerId |
string |
The ID of the Alibaba Cloud account used by the user who ran the deployment task. |
2003**** |
| CreatorId |
string |
The ID of the Alibaba Cloud account used by the user who created the deployment task. |
20030**** |
| ExecuteTime |
integer |
The time when the deployment task was run. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1593877765000 |
| Name |
string |
The name of the deployment task. The value is the same as the name of the specific deployment task that is displayed on the Release Package page in the Deploy module. |
ods_user_info_d-2020-07-04_20030**** |
| DeployedItems |
array<object> |
The deployed items. |
|
|
object |
The details of the deployed item. |
||
| FileId |
integer |
The file ID. |
5076**** |
| FileVersion |
integer |
The version of the file. |
7 |
| Status |
integer |
|
1 |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"ErrorMessage": "The connection does not exist.",
"RequestId": "0000-ABCD-EFG****",
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Success": true,
"Data": {
"Deployment": {
"Status": 1,
"ErrorMessage": "Success",
"FromEnvironment": 0,
"ToEnvironment": 1,
"CheckingStatus": 7,
"CreateTime": 1593877765000,
"HandlerId": "2003****",
"CreatorId": "20030****",
"ExecuteTime": 1593877765000,
"Name": "ods_user_info_d-2020-07-04_20030****"
},
"DeployedItems": [
{
"FileId": 0,
"FileVersion": 7,
"Status": 1
}
]
}
}
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. | |
| 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.