Suspends an ongoing or scheduled SQL result set export task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:SuspendDataExportJob |
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, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see View information about the current tenant section of the "Manage DMS tenants" topic. |
3*** |
| OrderId |
integer |
Yes |
The ticket ID. Call the ListOrders operation to query this ID. |
903**** |
| JobId |
integer |
Yes |
The ID of the SQL result set export task. Call the GetDataExportOrderDetail operation to obtain this ID. If you set this parameter to Null, no task is suspended. |
1276**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, used to locate logs and troubleshoot issues. |
FE8EE2F1-4880-46BC-A704-5CF63EAF9A04 |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| Success |
boolean |
Indicates whether the operation succeeded. Valid values:
|
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.