All Products
Search
Document Center

Data Management:ListDataCorrectPreCheckDB

Last Updated:Oct 21, 2024

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
OrderIdlongYes

The ID of the ticket for the data change.

432****
PageNumberlongNo

The number of the page to return.

Valid values: an integer that is greater than 0.

Default value: 1.

1
PageSizelongNo

The number of entries to return on each page.

20
TidlongNo

The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the ID of the tenant.

4321****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

95A972AF-FAED-4768-9360-7C0DF5D594D0
Successboolean

Indicates whether the request is successful.

true
ErrorMessagestring

The error message returned.

UnknownError
ErrorCodestring

The error code returned.

UnknownError
PreCheckDBListarray<object>

The information about the databases that are involved in the precheck.

PreCheckDBobject
DbIdlong

The ID of the database.

43***
SearchNamestring

The name of the database.

test@localhost:3306
SqlNumlong

The number of SQL statements.

1

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history