Domain name for API request: dayu.tencentcloudapi.com.
This API is used to get details of a specific DDoS attack.
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: DescribeDDoSEvInfo. |
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 |
Ip | Yes | String | Resource IP |
StartTime | Yes | Timestamp | Attack start time |
EndTime | Yes | Timestamp | Attack end time |
Parameter Name | Type | Description |
---|---|---|
Business | 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 | String | Anti-DDoS instance ID |
Ip | String | Resource IP |
StartTime | Timestamp | Attack start time |
EndTime | Timestamp | Attack end time |
TcpPacketSum | Integer | Number of TCP attack packets |
TcpKBSum | Integer | Traffic of TCP attacks in KB |
UdpPacketSum | Integer | Number of UDP attack packets |
UdpKBSum | Integer | Traffic of UDP attacks in KB |
IcmpPacketSum | Integer | Number of ICMP attack packets |
IcmpKBSum | Integer | Traffic of ICMP attacks in KB |
OtherPacketSum | Integer | Number of other attack packets |
OtherKBSum | Integer | Traffic of other attacks in KB |
TotalTraffic | Integer | Total attack traffic in KB |
Mbps | Integer | Attack traffic bandwidth peak |
Pps | Integer | Attack packet rate peak |
PcapUrl | Array of String | PCAP file download link |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=DescribeDDoSEvInfo
&Business=bgp
&Id=bgp-00000010
&IpList.0=1.1.1.1
&StartTime=2018-08-27 15:05:10
&EndTime=2018-08-27 16:05:10
&<Common request parameters>
{
"Response": {
"Business": "bgp",
"EndTime": "2019-03-06 09:48:00",
"IcmpKBSum": 0,
"IcmpPacketSum": 0,
"Id": "bgp-00000010",
"Ip": "1.1.1.1",
"Mbps": 0,
"OtherKBSum": 0,
"OtherPacketSum": 0,
"PcapUrl": [
"http://sign-pcap-1256159550.cos.ap-guangzhou.myqcloud.com/1.1.1.1_1551838173_482869894.cap?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKIDxjGYdU1UeaHk13gNjtoTt32nJbkgczPb%26q-sign-time%3D1551863991%3B1551864891%26q-key-time%3D1551863991%3B1551864891%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D801afa43c768b215557863c2d7768ffdac3513db%00"
],
"Pps": 0,
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"StartTime": "2019-03-06 09:32:00",
"TcpKBSum": 0,
"TcpPacketSum": 0,
"TotalTraffic": 0,
"UdpKBSum": 0,
"UdpPacketSum": 0
}
}
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?