GetProject
Queries the details of a DataWorks workspace.
Operation description
You must purchase DataWorks Basic Edition or a higher edition to use this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:GetProject |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
integer |
Yes |
The ID of the DataWorks workspace. You can log on to the DataWorks console and go to the workspace management page to obtain the ID. This parameter specifies the DataWorks workspace for this API call. |
123456 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID, which is used to locate logs and troubleshoot issues. |
22C97E95-F023-56B5-8852-B1A77A1**** |
| Project |
object |
The details of the workspace. |
|
| Id |
integer |
The workspace ID. |
28477242 |
| Name |
string |
The workspace name. |
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 user ID of the workspace owner, which is the Alibaba Cloud account ID. |
207947397706614299 |
| AliyunResourceGroupId |
string |
The ID of the Alibaba Cloud resource group to which the workspace belongs. |
rg-acfmzbn7pti3zfa |
| Status |
string |
The workspace status. Valid values:
|
Available |
| PaiTaskEnabled |
boolean |
Indicates whether PAI task scheduling is enabled. Valid values:
|
true |
| DevEnvironmentEnabled |
boolean |
Indicates whether the development environment is enabled. Valid values:
|
true |
| DevRoleDisabled |
boolean |
Indicates whether the development role is disabled. Valid values:
|
false |
| AliyunResourceTags |
array<object> |
The tags. |
|
|
object |
The tag details. |
||
| Key |
string |
The tag key. |
batch |
| Value |
string |
The tag value. |
blue |
Examples
Success response
JSON format
{
"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"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.