Queries the SQL statements used for data import in a ticket.
Operation description
You can call this operation only if the data is imported in security mode in your data import 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 ticket ID. You can call the ListOrders operation to query the ticket ID. | 14**** |
SqlId | long | Yes | The SQL ID. You can call the ListDataImportSQLPreCheckDetail operation to query the SQL ID. | 15**** |
Tid | long | No | The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B43AD641-49C2-5299-9E06-1B37EC1B****",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"SQLDetail": {
"ExecSql": "insert into t1 values (1);"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history