Domain name for API request: cwp.intl.tencentcloudapi.com.
This API is used to enable the configuration of automatically enabling the professional protection configuration for newly added hosts.
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: ModifyAutoOpenProVersionConfig. |
| Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
| Region | No | String | Common Params. This parameter is not required. |
| Status | Yes | String | Set the auto-activation status. |
| ProtectType | No | String | Strengthen protection mode PROVERSION_POSTPAY indicates the Pro Edition pay-as-you-go mode. PROVERSION_PREPAY Professional Edition - Subscription FLAGSHIP_PREPAY Flagship Edition - Subscription |
| AutoRepurchaseSwitch | No | Integer | Automatic purchase/expansion authorization switch, 1 by default, 0 for OFF, 1 for ON. |
| AutoRepurchaseRenewSwitch | No | Integer | Auto-renewal or not for auto-purchased orders, 0 by default, 0 for OFF, 1 for ON |
| RepurchaseRenewSwitch | No | Integer | Whether the manually purchased order is automatically renewed (defaults to 0): 0 - off; 1 - on |
| AutoBindRaspSwitch | No | Integer | Automatically add machines and bind rasp. 0: Turn off. 1: Turn on. |
| AutoOpenRaspSwitch | No | Integer | Automatically add machines with rasp protection enabled, off by default. 0: Off, 1: On |
| AutoDowngradeSwitch | No | Integer | Automatic scaling down switch, 0 for off and 1 for on |
| 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. |
POST / HTTP/1.1
Host: cwp.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyAutoOpenProVersionConfig
<Common request parameters>
{
"Status": "OPEN",
"ProtectType": "FLAGSHIP_PREPAY"
}
{
"Response": {
"RequestId": "fe9763bf-1054-4fc3-8765-3a0273b8a769"
}
}
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 | Internal error |
| InvalidParameter | Incorrect parameter. |
| InvalidParameter.InvalidFormat | Incorrect parameter format. |
| InvalidParameterValue | Invalid parameter value. |
| MissingParameter | Missing parameter error. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback