Modifying Dumping Task Quotas
Function
This API is used to modify dumping task quotas.
Debugging
You can use API Explorer to debug this API.
URI
PUT /v2/{project_id}/connectors/{connector_id}/sink-tasks
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID. |
| connector_id | Yes | String | Instance dump ID. The value can be obtained from response of the API for querying an instance. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| sink_max_tasks | Yes | Integer | Total number of dumping tasks. |
Response Parameters
None
Example Requests
Modifying dumping task quotas.
PUT https://{endpoint}/v2/{project_id}/connectors/{connector_id}/sink-tasks
{
"sink_max_tasks" : 9
} Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 204 | Dumping task quotas are modified successfully. |
Error Codes
See Error Codes.
Last Article: Listing Dumping Tasks
Next Article: Querying a Dumping Task
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.