Domain name for API request: antiddos.tencentcloudapi.com.
This API is used to querying the status of Anti-DDoS IP.
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 Params. The value used for this API: DescribeBasicDeviceStatus. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-09. |
Region | No | String | Common Params. This parameter is not required for this API. |
IpList.N | No | Array of String | List of IP resources |
IdList.N | No | Array of String | |
FilterRegion | No | Integer | |
CnameWafIdList.N | No | Array of String |
Parameter Name | Type | Description |
---|---|---|
Data | Array of KeyValue | Status of the specified Anti-DDoS resource. Valid values:1 : The IP is blocked.2 : The P is normal.3 : The IP is being attacked. |
CLBData | Array of KeyValue | |
CnameWafData | Array of KeyValue | |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
get basic protect status
POST / HTTP/1.1
Host: antiddos.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBasicDeviceStatus
<Common request parameters>
{
"IpList": [
"abc"
],
"IdList": [
"abc"
],
"FilterRegion": 1
}
{
"Response": {
"Data": [
{
"Key": "abc",
"Value": "abc"
}
],
"CLBData": [
{
"Key": "abc",
"Value": "abc"
}
],
"CnameWafData": [
{
"Key": "1.1.1.1",
"Value": "1"
}
],
"RequestId": "abc"
}
}
POST / HTTP/1.1
Host: antiddos.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBasicDeviceStatus
<Common request parameters>
{
"IpList": [
"127.0.0.1"
]
}
{
"Response": {
"Data": [
{
"Key": "1.1.1.1",
"Value": "1"
}
],
"RequestId": "8f7a9451-2372-4a88-a69d-9868b8991076"
}
}
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.
本页内容是否解决了您的问题?