Domain name for API request: dayu.tencentcloudapi.com.
This API is used to add an access frequency control rule for CC protection.
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: CreateCCFrequencyRules. |
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. bgpip : Anti-DDoS Advanced; net : Anti-DDoS Ultimate |
Id | Yes | String | Anti-DDoS instance ID |
RuleId | Yes | String | Layer-7 forwarding rule ID, which can be obtained through the DescribleL7Rules API |
Mode | Yes | String | Matching rule. Valid values: ["include" (prefix match), "equal" (exact match)] |
Period | Yes | Integer | Reference period in seconds. Valid values: [10, 30, 60] |
ReqNumber | Yes | Integer | Number of access requests. Value range: [1-10000] |
Act | Yes | String | Action take. Valid values: ["alg" (CAPTCHA), "drop" (blocking)] |
ExeDuration | Yes | Integer | Execution duration in seconds. Valid range: [1-900] |
Uri | No | String | URI string, which must start with / , such as /abc/a.php . Length limit: 31. If URI is / , only prefix match can be selected as the matching mode; |
UserAgent | No | String | User-Agent string. Length limit: 80 |
Cookie | No | String | Cookie string. Length limit: 40 |
Parameter Name | Type | Description |
---|---|---|
CCFrequencyRuleId | String | Access frequency control rule ID for CC protection |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to add an access frequency control rule for CC protection. To add a unified frequency control rule for all URIs under a forwarding rule, simply set Uri
to /
.
https://dayu.tencentcloudapi.com/?Action=CreateCCFrequencyRules
&Business=bgpip
&Id=bgpip-000000xe
&RuleId=rule-00000001
&Uri=/
&Mode=include
&Period=60
&ReqNumber=30
&Act=alg
&ExeDuration=120
&<Common request parameters>
{
"Response": {
"CCFrequencyRuleId": "ccRule-000003h7",
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
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?