All Products
Search
Document Center

Data Management:ListDataImportSQLType

Last Updated:Oct 21, 2024

Queries the types of 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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
OrderIdlongYes

The ticket ID. You can call the ListOrders operation to query the ticket ID.

420****
TidlongNo

The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.

1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID. You can use the ID to locate logs and troubleshoot issues.

E5EE2B9E-2F95-57FA-B284-CB441CEE49D6
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
ErrorMessagestring

The error message returned if the request failed.

UnknownError
ErrorCodestring

The error code returned if the request failed.

UnknownError
SqlTypeResultarray

The types of SQL statements.

sqlTypesstring

The type of the SQL statement, such as DELETE, UPDATE, or INSERT.

INSERT

Examples

Sample success responses

JSONformat

{
  "RequestId": "E5EE2B9E-2F95-57FA-B284-CB441CEE49D6",
  "Success": true,
  "ErrorMessage": "UnknownError",
  "ErrorCode": "UnknownError",
  "SqlTypeResult": [
    "INSERT"
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history