This API is used to pause dump tasks in batches.
POST /v2/{project_id}/streams/{stream_name}/transfer-tasks/action
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. |
stream_name |
Yes |
String |
Name of the stream to be queried. Maximum: 60 |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
action |
Yes |
String |
Dump task operation. The value can only be stop, which indicates stopping a dump task. Enumeration values:
|
tasks |
Yes |
Array of BatchTransferTask objects |
List of dump tasks to be paused. |
None
Pausing Dump Tasks in Batches
POST https://{Endpoint}/v2/{project_id}/streams/{stream_name}/transfer-tasks/action { "action" : "stop", "tasks" : [ { "id" : "9dSu1wfCytSk1aOLxvF" } ] }
None
Status Code |
Description |
---|---|
200 |
Normal response. |
See Error Codes.