Executes a data export ticket to export data from a database instance.
Operation description
You can call this API operation only for database instances whose control mode is Security Collaboration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ExecuteDataExport |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the tenant ID, 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 Manage DMS tenants. |
-1 |
| OrderId |
integer |
Yes |
The ID of the ticket. |
1234 |
| ActionDetail |
object |
No |
The parameters required to perform the operation. Sample code:
Note
You can also set mode, encoding, and fileType to the following values:
|
{ "fileType": "CSV", "encoding": "" } |
| RealLoginUserUid |
string |
No |
The ID of the Alibaba Cloud account used to call this operation. |
21400447956867**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
FE8EE2F1-4880-46BC-A704-5CF63EAF9A04 |
| ErrorCode |
string |
The error code returned if the request fails. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request fails. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "FE8EE2F1-4880-46BC-A704-5CF63EAF9A04",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.