Queries the information of a schema synchronization task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ticket ID. | 4324321 |
Tid | long | No | The tenant ID. 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": "48602B78-0DDF-414C-8688-70CAB6070115",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"StructSyncJobDetail": {
"JobStatus": "DBTASK_SUCCESS",
"Message": "test",
"TableAnalyzed": 2,
"TableCount": 2,
"SqlCount": 1,
"ExecuteCount": 1,
"SecurityRule": "WITHOUT_APPROVE",
"DBTaskGroupId": 12345
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history