All Products
Search
Document Center

Data Management:CreatePublishGroupTask

Last Updated:Oct 21, 2024

Executes a schema design ticket.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TidlongNo

The ID of the tenant.

Note : To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
-1
OrderIdlongYes

The ID of the ticket.

Note : You can create a schema design ticket in the DMS console. For more information, see Design schemas. You can also create a schema design ticket by calling the CreateOrder operation and obtain the ticket ID.
142435
DbIdintegerYes

The ID of the database for which the schema design is executed.

12345
LogicbooleanYes

Indicates whether the database is a logical database.

false
PublishStrategystringYes

The policy to execute the schema design ticket. Valid values:

  • IMMEDIATELY: immediately executes the schema design ticket.
  • REGULARLY: executes the schema design ticket at a scheduled time.
IMMEDIATELY
PlanTimestringNo

The time to execute the schema design ticket.

2019-10-10 00:00:00

Response parameters

ParameterTypeDescriptionExample
object
ErrorMessagestring

The error message returned if the request failed.

UnknownError
RequestIdstring

The ID of the request.

427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D
TaskIdlong

The ID of the job.

413452
ErrorCodestring

The error code returned if the request failed.

UnknownError
Successboolean

Indicates whether the request is successful.

true

Examples

Sample success responses

JSONformat

{
  "ErrorMessage": "UnknownError",
  "RequestId": "427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D",
  "TaskId": 413452,
  "ErrorCode": "UnknownError",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history