Queries the information about a schema design ticket, such as the current node of the ticket, whether the ticket can be returned to the schema design node, and the publishing strategy.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ID of the schema design ticket. You can call the ListOrders operation to obtain the ID. | 95**** |
Tid | long | No | The tenant ID. Note
To view the tenant ID, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
| 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B5FD0BC8-2D90-4478-B8EC-A0E92E0B1773",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"ProjectFlow": {
"FlowNodeArray": [
{
"NodeRole": "DESIGN",
"NodeTitle": "",
"Position": 1,
"PublishAnchor": false,
"BackToDesign": true,
"CanSkip": true,
"PublishStrategies": [
"IMMEDIATELY"
]
}
],
"CurrentPosition": 2,
"RuleName": "mysql default",
"RuleComment": "mysq_test"
}
}
Error codes
For a list of error codes, visit the Service error codes.