Creates a workflow 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 CreateDataServiceGroup

The operation that you want to perform.

ApiGatewayGroupId String Yes 1000abcd

The ID of the API Gateway group to which the workflow belongs. You can view the ID on the API Gateway console group details page.

Description String Yes The test workflow

The description of the workflow.

GroupName String Yes Workflow name

The name of the workflow.

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
GroupId String ds_12345

Create the workflow ID.

RequestId String 0000-ABCD-EF****

The unique ID of the request.

Examples

Sample requests


     http(s)://[Endpoint]/? Action=CreateDataServiceGroup &ApiGatewayGroupId=1000abcd &Description=Test workflow &GroupName= workflow name&ProjectId=10001 &RegionId=cn-shanghai &TenantId=10002 &<common request parameters> 
   

Sample success responses

XML format


     <RequestId>0000-ABCD-EF****</RequestId> <GroupId>ds_12345</GroupId> 
   

JSON Format


     { "RequestId": "0000-ABCD-EF****", "GroupId": "ds_12345" } 
   

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.