All Products
Search
Document Center

:CreateDataServiceGroup

更新時間:May 10, 2024

Creates a business process 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. Set the value to CreateDataServiceGroup.

TenantId

Long

No

10002

The tenant ID. This parameter is deprecated.

ProjectId

Long

Yes

10001

The workspace ID.

ApiGatewayGroupId

String

Yes

1000abcd

The ID of the API group that is associated with the business process in the API Gateway console. You can log on to the API Gateway console and go to the Group Details page to view the ID.

GroupName

String

Yes

Business process name

The name of the business process.

Description

String

Yes

Test business process

The description of the business process.

Response parameters

Parameter

Type

Example

Description

GroupId

String

ds_12345

The ID of the business process.

RequestId

String

0000-ABCD-EF****

The request ID.

Examples

Sample requests

Sample success responses

JSON format

HTTP/1.1 200 OK

Error codes

HTTP status code

Error code

Error message

Description

429

Throttling.Api

The request for this resource has exceeded your available limit.

The number of requests for the resource has exceeded the upper limit.

429

Throttling.System

The DataWorks system is busy. Try again later.

The DataWorks system is busy. Try again later.

429

Throttling.User

Your request is too frequent. Try again later.

Excessive requests have been submitted within a short period of time. Try again later.

500

InternalError.System

An internal system error occurred. Try again later.

An internal error occurred. Try again later.

500

InternalError.UserId.Missing

An internal system error occurred. Try again later.

An internal error occurred. Try again later.

For a list of error codes, see Service error codes.