Creates a database export ticket.
Operation description
This operation supports only database instances in Security Collaboration control mode.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:CreateDatabaseExportOrder |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ParentId |
integer |
No |
The ID of the parent ticket. |
877**** |
| Comment |
string |
Yes |
The purpose or objective of the ticket. Helps reduce unnecessary communication. |
Documentation test |
| AttachmentKey |
string |
No |
The attachment key that provides additional instructions for the ticket. Call the GetUserUploadFileJob operation to obtain the key. |
order_attachment.txt |
| PluginParam |
object |
Yes |
The parameters of the ticket. |
|
| Classify |
string |
Yes |
The reason for the database export. |
Documentation test |
| DbId |
integer |
Yes |
The database ID. |
17**** |
| InstanceId |
integer |
Yes |
The instance ID. |
137**** |
| Logic |
boolean |
Yes |
Whether the database is a logical database. Valid values:
|
false |
| Config |
object |
Yes |
The configurations for database export. |
|
| SQLExtOption |
array |
Yes |
The extension options of the SQL script. You can leave this parameter empty. |
|
|
string |
No |
The extension option of the SQL script. Valid values:
|
DROP |
|
| DataOption |
array |
Yes |
The export options for big data, used to filter the data to be exported. You can leave this parameter empty. |
|
|
string |
No |
The export option for big data. Valid values:
|
BLOB |
|
| ExportContent |
string |
Yes |
The type of data that you want to export. Valid values:
|
DATA |
| ExportTypes |
array |
No |
The types of schemas that you want to export. |
|
|
string |
No |
The type of schema that you want to export. Valid values:
|
PROCEDURE |
|
| SelectedTables |
array |
No |
The tables that you want to export. |
|
|
string |
No |
The table that you want to export. |
dmstest_table |
|
| Tables |
object |
No |
The conditions used to filter the tables to be exported. |
|
|
string |
No |
The condition used to filter the tables to be exported. |
where 1=1 |
|
| TargetOption |
string |
Yes |
The format in which the database is exported. Valid values:
|
SQL |
| SearchName |
string |
Yes |
The name used to search for the database. |
test@xxx.xxx.xxx.xxx:3306 |
| RelatedUserList |
array |
No |
The stakeholders involved in this operation. |
|
|
integer |
No |
The user ID of a stakeholder in this export. Specified stakeholders can view ticket details and participate in the approval process. Other users, except Data Management (DMS) administrators and database administrators (DBAs), cannot view ticket details. |
2452345113**** |
|
| Tid |
integer |
No |
The tenant ID. Note
To view the tenant ID, hover over the profile picture in the upper-right corner of the DMS console. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic. |
3*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which can be used to query logs and troubleshoot issues. |
0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931 |
| ErrorCode |
string |
The error code returned. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| CreateOrderResult |
object |
||
| CreateOrderResult |
array |
The information about the ticket. |
|
|
integer |
The ticket ID. |
12*** |
|
| Success |
boolean |
Whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"CreateOrderResult": {
"CreateOrderResult": [
0
]
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.