Queries the details of a database export ticket.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
| 3*** |
OrderId | long | Yes | The ticket ID. You can call the ListOrders operation to obtain the ticket ID. | 821**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "CFD8FE00-36D9-4C1B-940D-65A7B73D9066",
"DatabaseExportOrderDetail": {
"Id": 0,
"Committer": "dmsuser",
"CommitterId": "12***",
"Comment": "test",
"SearchName": "test@xxx.xxx.xxx.xxx:3306",
"StatusDesc": "ticket approval",
"WorkflowStatusDesc": "ticket approval",
"KeyInfo": {
"DbId": 0,
"DownloadURL": "https://oss.xxx.com",
"AuditDate": "2023-04-13 13:44:59",
"Config": {
"DbName": "dmstest",
"ExportContent": "DATA",
"TargetOption": "SQL",
"ExportTypes": {
"ExportTypes": [
"PROCEDURE"
]
},
"SelectedTables": {
"SelectedTables": [
"user_test"
]
},
"SQLExtOption": {
"SQLExtOption": [
"DROP"
]
}
}
},
"Log": "2023-04-12 14:58:32:015 Database Dump Start.\n2023-04-12 14:58:32:096 set server side query timeout, sql : set max_execution_time = 0"
},
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history