Retrieves the types of SQL statements used for data import in a ticket.
Operation description
Supports only data import tickets in security mode. Express mode is not supported.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ListDataImportSQLType |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
The ticket ID. You can call the ListOrders operation to query the ticket ID. |
420**** |
| Tid |
integer |
No |
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. You can use the ID to locate logs and troubleshoot issues. |
E5EE2B9E-2F95-57FA-B284-CB441CEE49D6 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| SqlTypeResult |
array |
The types of SQL statements. |
|
|
string |
The type of the SQL statement, such as DELETE, UPDATE, or INSERT. |
INSERT |
Examples
Success response
JSON format
{
"RequestId": "E5EE2B9E-2F95-57FA-B284-CB441CEE49D6",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"SqlTypeResult": [
"INSERT"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.