Domain name for API request: dayu.tencentcloudapi.com.
This API is used to add/remove a CC IP to/from the blocklist/allowlist.
A maximum of 10 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: ModifyCCIpAllowDeny. |
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; bgp : Anti-DDoS Pro (single IP); bgp-multip : Anti-DDoS Pro (multi-IP), net : Anti-DDoS Ultimate |
Id | Yes | String | Anti-DDoS instance ID |
Method | Yes | String | add: add, delete: delete |
Type | Yes | String | Blocklist/allowlist type. Valid values: [white (allowlist), black (blocklist)] |
IpList.N | Yes | Array of String | Blocklisted/whitelisted IP array |
Protocol | No | String | CC protection type, which is optional. Valid values: [http (HTTP CC protection), https (HTTPS CC protection)]; if this field is left empty, HTTPS CC protection will be used by default; if https is entered, the Domain and RuleId fields are required; |
Domain | No | String | HTTPS layer-7 forwarding rule domain name (which is optional and can be obtained from the layer-7 forwarding rule API). This field is required only if Protocol is https ; |
RuleId | No | String | HTTPS layer-7 forwarding rule ID (which is optional and can be obtained from the layer-7 forwarding rule API), If Method is delete , this field can be left empty; |
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=ModifyCCIpAllowDeny
&Business=bgpip
&Id=bgpip-000000xe
&Method=add
&Type=white
&IpList.0=1.1.1.1
&IpList.1=1.1.1.2
&Protocol=http
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Success": {
"Code": "Success",
"Message": "Success"
}
}
}
https://dayu.tencentcloudapi.com/?Action=ModifyCCIpAllowDeny
&Business=bgpip
&Id=bgpip-000000xe
&Method=add
&Type=white
&IpList.0=1.1.1.1
&IpList.1=1.1.1.2
&Protocol=https
&Domain=test.com
&RuleId=rule-0000001
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Success": {
"Code": "Success",
"Message": "Success"
}
}
}
https://dayu.tencentcloudapi.com/?Action=ModifyCCIpAllowDeny
&Business=bgpip
&Id=bgpip-000000xe
&Method=delete
&Type=white
&IpList.0=1.1.1.1
&IpList.1=1.1.1.2
&Protocol=https
&Domain=test.com
&<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?