CreateProject
Creates a 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:CreateProject |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The workspace name. Constraints:
|
sora_finance |
| DisplayName |
string |
Yes |
The display name of the workspace. |
Sora financial analysis |
| Description |
string |
No |
The description of the workspace. |
Financial analysis group project data development |
| AliyunResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group to which the workspace belongs. You can log on to the Resource Management console and go to the resource group list page to obtain the ID. This parameter is used to manage the DataWorks workspace that you create within the specified Alibaba Cloud resource group. |
rg-acfmzbn7**** |
| PaiTaskEnabled |
boolean |
No |
Specifies whether to enable PAI task scheduling. Valid values:
|
true |
| DevEnvironmentEnabled |
boolean |
No |
Specifies whether to enable the development environment. Valid values:
|
false |
| AliyunResourceTags |
array<object> |
No |
The list of tags. |
|
|
object |
No |
|||
| Key |
string |
No |
The tag key. |
batch |
| Value |
string |
No |
The tag value. |
blue |
| DevRoleDisabled |
boolean |
No |
Specifies whether to disable the development role. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. Used for locating logs and troubleshooting issues. |
AFBB799F-8578-51C5-A766-E922EDB8XXXX |
ProjectId
deprecated
|
integer |
The ID of the DataWorks workspace created by this operation. Note: This field is deprecated. Use the Id field instead. |
123456 |
| Id |
integer |
The ID of the DataWorks workspace created by this operation. |
123456 |
Examples
Success response
JSON format
{
"RequestId": "AFBB799F-8578-51C5-A766-E922EDB8XXXX\n",
"ProjectId": 123456,
"Id": 123456
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.