Queries the publishing details of a schema design ticket.
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 ticket. Note
You can create a schema design ticket in the Data Management (DMS) console. For more information, see Design schemas. You can also call the CreateOrder operation to create a schema design ticket and obtain the ID of the ticket.
| 3214325 |
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, log on to the DMS console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
| 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "A1549FB0-D4B8-4140-919F-17322C1072B8",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"DDLPublishRecordList": [
{
"AuditStatus": "CANCEL",
"AuditExpireTime": "2020-12-14 20:52:38",
"CreatorId": 1423,
"Finality": true,
"FinalityReason": "CANCEL",
"PublishStatus": "AUDIT",
"RiskLevel": "LOW_RISK",
"StatusDesc": "CANCEL",
"WorkflowInstanceId": 432153,
"Comment": "Release remarks",
"PublishTaskInfoList": [
{
"DbId": 4325,
"Logic": false,
"PlanTime": "2020-12-14 20:52:38",
"PublishStrategy": "IMMEDIATELY",
"StatusDesc": "NONE",
"TaskJobStatus": "NONE",
"PublishJobList": [
{
"ExecuteCount": 0,
"Scripts": "ALTER TABLE test_toolkit_rename_table_after_rename MODIFY COLUMN gmt_modified datetime NOT NULL",
"TableName": "test_toolkit_rename_table_after_rename",
"StatusDesc": "NONE",
"TaskJobStatus": "NONE",
"DBTaskGroupId": 423515
}
]
}
]
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-04-18 | The response structure of the API has changed | View Change Details |