Queries the databases 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 ticket for the data change. | 432**** |
PageNumber | long | No | The number of the page to return. Valid values: an integer that is greater than 0. Default value: 1. | 1 |
PageSize | long | No | The number of entries to return on each page. | 20 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the ID of the tenant. | 4321**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "95A972AF-FAED-4768-9360-7C0DF5D594D0",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"PreCheckDBList": [
{
"DbId": 0,
"SearchName": "test@localhost:3306",
"SqlNum": 1
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history