Queries the information about a data 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 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 |
OrderId | long | Yes | The ticket ID. You can call the ListOrders operation to query the ticket ID. | 123456 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D",
"DataExportOrderDetail": {
"KeyInfo": {
"PreCheckId": 123,
"JobStatus": "EXPORT_SUCCESS"
},
"OrderDetail": {
"DbId": 123,
"Database": "xxx@xxx:3306",
"Classify": "text",
"ExeSQL": "select 1",
"Logic": false,
"ActualAffectRows": 1,
"IgnoreAffectRows": false,
"IgnoreAffectRowsReason": "empty",
"EnvType": "test"
}
},
"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 |
---|---|---|
2024-10-15 | The response structure of the API has changed | View Change Details |