Queries the details of a schema synchronization 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. | 43**** |
Tid | long | No | The ID of the tenant. Note
To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
| 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4E1D2B4D-3E53-4ABC-999D-1D2520B3471A",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"StructSyncOrderDetail": {
"SourceDatabaseInfo": {
"DbId": 432532,
"SearchName": "test",
"DbType": "MySQL",
"EnvType": "dev",
"Logic": false
},
"TargetDatabaseInfo": {
"DbId": 432543,
"SearchName": "test",
"DbType": "MySQL",
"EnvType": "dev",
"Logic": false
},
"SourceType": "VERSION",
"SourceVersionInfo": {
"VersionId": "e179bbb8163dcdcfacda24858bedb4d8006ae2b8"
},
"TargetType": "DATASOURCE",
"TargetVersionInfo": {
"VersionId": "e179bbb8163dcdcfacda24858bedb4d8006ae2b8"
},
"TableInfoList": [
{
"SourceTableName": "test_tbl",
"TargetTableName": "test_tbl"
}
],
"IgnoreError": false
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history