Domain name for API request: dayu.tencentcloudapi.com.
This API is used to get the blackhole threshold of Anti-DDoS Basic.
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: DescribeBasicDeviceThreshold. |
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. |
BasicIp | Yes | String | Queried IP address, such as 1.1.1.1 |
BasicRegion | Yes | String | IP region. Valid values: region abbreviations such as gz, bj, sh, and hk |
BasicBizType | Yes | String | Zone type. Valid values: public (public cloud zone), bm (BM zone), nat (NAT server zone), channel (internet channel). |
BasicDeviceType | Yes | String | Device type. Valid values: cvm (CVM), clb (public CLB), lb (BM CLB), nat (NAT server), channel (internet channel). |
BasicCheckFlag | Yes | Integer | Validity check. Valid value: 1 |
BasicIpInstance | No | String | IPInstance Nat gateway, which is optional. (If the device type to be queried is a NAT server, this parameter is required, which can be obtained through the NAT resource query API) |
BasicIspCode | No | Integer | ISP line, which is optional. (If the device type to be queried is a NAT server, this parameter should be 5) |
Parameter Name | Type | Description |
---|---|---|
Threshold | Integer | Blackhole blocking value |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=DescribeBasicDeviceThreshold
&BasicIp="1.1.1.1"
&BasicRegion="gz"
&BasicBizType="nat"
&BasicDeviceType="cvm"
&BasicIpInstance=“aaa"
&BasicIspCode=5
&BasicCheckFlag=1
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Threshold": 10000
}
}
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?