Domain name for API request: dts.intl.tencentcloudapi.com.
This API is used to restrict the rate limit of the task, when a user finds that the sync task has a large impact on the load of user's database.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifySyncRateLimit. |
Version | Yes | String | Common Params. The value used for this API: 2021-12-06. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
JobId | Yes | String | Migration task ID |
DumpThread | No | Integer | Number of full export threads for sync task. Value range: 1-16. |
DumpRps | No | Integer | The full export Rps for sync task. The value needs to be greater than 0. |
LoadThread | No | Integer | Number of full import threads for sync task. Value range: 1-16. |
SinkerThread | No | Integer | Number of incremental import threads for sync task. Value range: 1-128. |
LoadRps | No | Integer | The full import Rps for sync task. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to modify the number of full export threads.
POST / HTTP/1.1
Host: dts.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifySyncRateLimit
<Common Request Parameters>
{
"JobId": "sync-asasdasa",
"DumpThread": 12,
"DumpRps": 0,
"LoadThread": 0,
"SinkerThread": 0,
"LoadRps": 0
}
{
"Response": {
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
ResourceNotFound.ResourceNotFoundError | The resource was not found. |
Was this page helpful?