Domain name for API request: cfw.tencentcloudapi.com.
This API is used to sync assets - Internet & VPC (new).
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: ModifyRunSyncAsset. |
Version | Yes | String | Common Params. The value used for this API: 2019-09-04. |
Region | No | String | Common Params. This parameter is not required for this API. |
Type | No | Integer | 0: edge firewall toggle; 1: VPC firewall toggle |
Parameter Name | Type | Description |
---|---|---|
Status | Integer | 0: synced successfully, 1: updating assets, 2: failed to sync by calling the API at the backend |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cfw.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyRunSyncAsset
<Common request parameters>
{
"Type": "1"
}
{
"Response": {
"Status": 0,
"RequestId": "b21d7f7c-3191-41a2-bd13-9a5f6d86ab44"
}
}
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 |
---|---|
FailedOperation | Operation failed. |
InvalidParameter | Invalid parameter. |
LimitExceeded | The quota limit has been reached. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?