Stops a data import task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:StopDataImportTask |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region where the instance resides. |
cn-hangzhou |
| PageNumber |
integer |
No |
The page number. The value must be greater than 0 and cannot exceed the maximum value of the integer data type. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Valid values: 3050*100. Default value: 30. |
30 |
| SlinkTaskId |
string |
No |
The task ID. |
etx-szr2rr6i***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
14036EBE-***-44DB-ACE9-AC6157D3A6FC |
| Message |
string |
The returned message. >This parameter is empty when the request succeeds. When the request fails, exception information such as an error code is returned. |
***** |
| Data |
boolean |
Indicates whether the import task is successful. |
true |
| Success |
boolean |
Indicates whether the request is successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "14036EBE-***-44DB-ACE9-AC6157D3A6FC",
"Message": "*****",
"Data": true,
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.