Domain name for API request: dayu.tencentcloudapi.com.
This API is used to set the alarm notification threshold for CC attacks in Anti-DDoS Pro, Anti-DDoS Advanced, Anti-DDoS Ultimate, and Chess Shield.
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 parameter. The value used for this API: ModifyCCAlarmThreshold. |
Version | Yes | String | Common parameter. The value used for this API: 2018-07-09. |
Region | No | String | Common parameter. This parameter is not required for this API. |
Business | Yes | String | Anti-DDoS service type (shield : Chess Shield, bgpip : Anti-DDoS Advanced, bgp : Anti-DDoS Pro (single IP), bgp-multip : Anti-DDoS Pro (multi-IP), net : Anti-DDoS Ultimate) |
RsId | Yes | String | Anti-DDoS instance ID |
AlarmThreshold | Yes | Integer | Alarm threshold, which should be greater than 0 (currently scheduled value). It is set to 1000 on the backend by default |
IpList.N | Yes | Array of String | List of IPs associated with resource. If no Anti-DDoS Pro instance is bound, pass in an empty array. For Anti-DDoS Ultimate, pass in multiple IPs |
Parameter Name | Type | Description |
---|---|---|
Success | SuccessCode | Success code |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=ModifyCCAlarmThreshold
&Business=bgpip
&IpList.1=212.64.63.57
&IpList.2=129.28.240.128
&RsId=net-0000002h
&AlarmThreshold=1000
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Success": {
"Code": "Success",
"Message": "Success"
}
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?