Creates a folder in DataService Studio.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes CreateDataServiceFolder

The operation that you want to perform.

FolderName String Yes Test folder

The name of the folder.

GroupId String Yes 1000abcd

The workflow of the target ID. for the folder

ParentId Long Yes 0

The destination parent folder ID of the folder. Workflow the root folder ID is equal to 0, the user-created folder ID is greater than 0.

ProjectId Long Yes 10001

The ID of the DataWorks workspace.

RegionId String Yes cn-shanghai

The ID of the region where your project resides.

TenantId Long Yes 10002

The ID of the tenant.

Response parameters

Parameter Type Example Description
FolderId Long 123

The ID of the folder.

RequestId String 0000-ABCD-E****

The unique ID of the request.

Examples

Sample requests


     http(s)://[Endpoint]/? Action=CreateDataServiceFolder &FolderName=test folder&GroupId=1000abcd &ParentId=0 &ProjectId=10001 &RegionId=cn-shanghai &TenantId=10002 &<common request parameters> 
   

Sample success responses

XML format


     <RequestId>0000-ABCD-E****</RequestId> <FolderId>123</FolderId> 
   

JSON Format


     { "RequestId": "0000-ABCD-E****", "FolderId": 123 } 
   

Error codes

HttpCode Error codes Error message Description
500 InternalError.System An internal system error occurred. Try again later. An internal system error occurred. Please try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later. An internal system error occurred. Please try again later.
429 Throttling.Api The request for this resource has exceeded your available limit. The request for the resource exceeds your available upper limit.
429 Throttling.System The DataWorks system is busy. Try again later. DataWorks the system is busy, please try again later.
429 Throttling.User Your request is too frequent. Try again later. Your request is too frequent, please try to slow down the request speed.
403 Forbidden.Access Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. You have restricted access. Please activate DataWorks Enterprise Edition or above.

Go to the Error Center For more information, see error codes.