Executes a schema design ticket.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | 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 |
OrderId | long | Yes | 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 |
DbId | integer | Yes | The ID of the database for which the schema design is executed. | 12345 |
Logic | boolean | Yes | Indicates whether the database is a logical database. | false |
PublishStrategy | string | Yes | The policy to execute the schema design ticket. Valid values:
| IMMEDIATELY |
PlanTime | string | No | The time to execute the schema design ticket. | 2019-10-10 00:00:00 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation |
---|
No change history