Mengkueri informasi tentang ruang kerja DataWorks.
Deskripsi operasi
This API operation is available for all DataWorks editions.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:GetProject |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
integer |
Yes |
ID ruang kerja DataWorks. Anda dapat masuk ke Konsol DataWorks dan membuka halaman Workspace untuk mengkueri ID tersebut. Anda harus mengonfigurasi parameter ini untuk menentukan ruang kerja DataWorks tempat Operasi API diterapkan. |
123456 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. You can locate logs and troubleshoot issues based on the ID. |
22C97E95-F023-56B5-8852-B1A77A17XXXX |
| Project |
object |
The information about the workspace. |
|
| Id |
integer |
The workspace ID. |
28477242 |
| Name |
string |
The name of the workspace. |
sora_finance |
| DisplayName |
string |
The display name of the workspace. |
Sora financial analysis |
| Description |
string |
The description of the workspace. |
Financial analysis group project data development |
| Owner |
string |
The ID of the Alibaba Cloud account to which the workspace belongs. |
207947397706614299 |
| AliyunResourceGroupId |
string |
The ID of the Alibaba Cloud resource group to which the workspace belongs. |
rg-acfmzbn7pti3zfa |
| Status |
string |
The status of the workspace. Valid values:
|
Available |
| PaiTaskEnabled |
boolean |
Indicates whether scheduling of PAI tasks is enabled. Valid values:
|
true |
| DevEnvironmentEnabled |
boolean |
Indicates whether the development environment is enabled. Valid values:
|
true |
| DevRoleDisabled |
boolean |
Indicates whether the Develop role is disabled. Valid values:
|
false |
| AliyunResourceTags |
array<object> |
The tags. |
|
|
object |
The tag. |
||
| Key |
string |
The tag key. |
batch |
| Value |
string |
The tag value. |
blue |
Contoh
Respons sukses
JSONformat
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A1****",
"Project": {
"Id": 28477242,
"Name": "sora_finance",
"DisplayName": "Sora financial analysis",
"Description": "Financial analysis group project data development",
"Owner": "207947397706614299",
"AliyunResourceGroupId": "rg-acfmzbn7pti3zfa",
"Status": "Available",
"PaiTaskEnabled": true,
"DevEnvironmentEnabled": true,
"DevRoleDisabled": false,
"AliyunResourceTags": [
{
"Key": "batch",
"Value": "blue"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.