Domain name for API request: dts.tencentcloudapi.com.
This API is used to adjust the specification of a pay-as-you-go sync task. After this API is called, the backend needs to take about 3-5 minutes to implement the adjustment. You can call the DescribeSyncJobs
API to query the latest task status.
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: ResizeSyncJob. |
Version | Yes | String | Common Params. The value used for this API: 2021-12-06. |
Region | No | String | Common Params. This parameter is not required for this API. |
JobId | Yes | String | Sync task ID |
NewInstanceClass | Yes | String | Task specification |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: dts.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ResizeSyncJob
<Common request parameters>
{
"NewInstanceClass": "small",
"JobId": "sync-gb3l2lwq"
}
{
"Response": {
"RequestId": "ee736d91-eb62-4bd9-8dba-7e3c81350740"
}
}
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 |
---|---|
InternalError.InternalErrorError | An internal error occurred. |
InternalError.InternalTradeError | Failed to call the billing service. |
InternalError.NotEnoughMoneyError | The account balance is insufficient. |
UnsupportedOperation.UnsupportedOperationError | The operation is not supported. |
Was this page helpful?