Queries the download URL of the SQL script for a data change task.
Operation description
Applies to regular data change and batch data import.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:GetDataCorrectSQLFile |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OrderId |
integer |
Yes |
The ID of the ticket. |
730000 |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the "View information about the current tenant" section of the Manage DMS tenants. |
-1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
283C461F-11D8-48AA-B695-DF092DA32AF3 |
| Success |
boolean |
Whether the request was successful. |
true |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| FileUrl |
string |
The download URL of the SQL script. |
https://dmsxxx |
Examples
Success response
JSON format
{
"RequestId": "283C461F-11D8-48AA-B695-DF092DA32AF3",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"FileUrl": "https://dmsxxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.