Domain name for API request: dayu.tencentcloudapi.com.
This API is used to enable or disable DDoS. It can disable DDoS protection for a period of time, which will be automatically enabled after the period of time elapses.
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: ModifyDDoSDefendStatus. |
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. bgp : Anti-DDoS Pro (single IP), bgp-multip : Anti-DDoS Pro (multi-IP), bgpip : Anti-DDoS Advanced, net : Anti-DDoS Ultimate, basic : Anti-DDoS Basic |
Status | Yes | Integer | Protection status. Valid values: [0 (disabled), 1 (enabled)] |
Hour | Yes | Integer | Disablement duration in hours. Valid values: [0, 1, 2, 3, 4, 5, 6]. If Status is 0 (indicating to disable), Hour must be greater than 0; |
Id | No | String | Resource ID, which is required if Business is not Anti-DDoS Basic; |
Ip | No | String | Anti-DDoS Basic IP, which is required only if Business is Anti-DDoS Basic; |
BizType | No | String | Product type of IP, which is required only if Business is Anti-DDoS Basic. Valid values: [public (CVM), bm (BM), eni (ENI), vpngw (VPN Gateway), natgw (NAT Gateway), waf (WAF), fpc (finance product), gaap (GAAP), other (hosted IP)] |
DeviceType | No | String | Product subtype of IP, which is required only if Business is Anti-DDoS Basic. Valid values: [cvm (CVM), lb (CLB), eni (ENI), vpngw (VPN), natgw (NAT), waf (WAF), fpc (finance), gaap (GAAP), other (hosted IP), eip (BM EIP)] |
InstanceId | No | String | Resource instance ID of IP, which is required only if Business is Anti-DDoS Basic. This field is required when binding a new IP. For example, if it is an ENI IP, enter ID(eni-*) of the ENI for InstanceId ; |
IPRegion | No | String | This field is required only if Business is Anti-DDoS Basic, indicating the IP region. Valid values:"bj": North China (Beijing) "cd": Southwest China (Chengdu) "cq": Southwest China (Chongqing) "gz": South China (Guangzhou) "gzopen": South China (Guangzhou Open) "hk": Hong Kong (China) "kr": Southeast Asia (Seoul) "sh": East China (Shanghai) "shjr": East China (Shanghai Finance) "szjr": South China (Shenzhen Finance) "sg": Southeast Asia (Singapore) "th": Southeast Asia (Thailand) "de": Europe (Germany) "usw": West US (Silicon Valley) "ca": North America (Toronto) "jp": Japan "hzec": Hangzhou "in": India "use": East US (Virginia) "ru": Russia "tpe": Taiwan (China) "nj": Nanjing |
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=ModifyDDoSDefendStatus
&Business=bgpip
&Id=bgpip-000000xe
&Status=0
&Hour=2
&<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?