Domain name for API request: dayu.tencentcloudapi.com.
This API is used to get the DDoS IP attack logs of an Anti-DDoS Ultimate resource.
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: DescribeDDoSNetIpLog. |
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 (net : Anti-DDoS Ultimate) |
Id | Yes | String | Anti-DDoS instance ID |
StartTime | Yes | Timestamp | Attack start time |
EndTime | Yes | Timestamp | Attack end time |
Parameter Name | Type | Description |
---|---|---|
Business | String | Anti-DDoS service type (net : Anti-DDoS Ultimate) |
Id | String | Anti-DDoS instance ID |
StartTime | Timestamp | Attack start time |
EndTime | Timestamp | Attack end time |
Data | Array of KeyValueRecord | IP attack log, which is a KeyValue array. Valid values of Key-Value :If Key is LogTime , Value indicates the IP log timeIf Key is LogMessage , Value indicates the IP log content |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=DescribeDDoSNetIpLog
&Business=net
&Id=net-00000010
&StartTime=2018-08-27 15:05:10
&EndTime=2018-08-27 16:05:10
&<Common request parameters>
{
"Response": {
"Business": "net",
"Id": "net-00000010",
"StartTime": "2019-03-06 09:32:00",
"EndTime": "2019-03-06 09:48:00",
"Data": [
{
"Record": [
{
"Key": "LogTime",
"Value": "2019-03-12 10:35:15"
},
{
"Key": "LogMessage",
"Value": "3.3.1.6 (Shanghai, China Unicom) is under DDoS attack with an attack traffic bandwidth of 10,123 Mbps"
}
]
},
{
"Record": [
{
"Key": "LogTime",
"Value": "2019-03-12 10:35:05"
},
{
"Key": "LogMessage",
"Value": "The DDoS attack to 3.3.1.6 (Shanghai, China Unicom) has stopped"
}
]
}
],
"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?