Queries the information about SQL statements that are involved in the precheck of a data change ticket.
Operation description
For more information about the Normal Data Modify feature, see Change regular data.
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 data change ticket. You can call the ListOrders operation to query the ID of the data change ticket. | 453**** |
PageNumber | long | No | The number of the page to return. | 1 |
PageSize | long | No | The number of entries to return on each page. | 10 |
DbId | long | No | The ID of the database. The database can be a physical database or a logical database.
| 1930**** |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "31853A2B-DC9D-5B39-8492-D2AC8BCF550E",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"PreCheckSQLList": [
{
"CheckSQL": "OPTIMIZE TABLE `Text_TableNames`",
"AffectRows": 0,
"DbId": 0,
"SQLReviewQueryKey": "b9e771fc6ec247dea6d06a32c777****",
"SqlReviewStatus": "WAITING",
"SqlType": "OPTIMIZE",
"TableNames": "Text_TableNames"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history