Domain name for API request: dayu.tencentcloudapi.com.
This API is used to get the CC attack event list.
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: DescribeCCEvList. |
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; basic : Anti-DDoS Basic |
StartTime | Yes | Timestamp | Start time |
EndTime | Yes | Timestamp | End time |
Id | No | String | Anti-DDoS instance ID |
IpList.N | No | Array of String | Resource instance IP. When business is not basic , if IpList is not empty, Id must not be empty; |
Limit | No | Integer | Number of entries per page. A value of 0 means no pagination |
Offset | No | Integer | Page start offset, whose value is (page number - 1) * number of entries per page |
Parameter Name | Type | Description |
---|---|---|
Business | String | Anti-DDoS service type. shield : Chess Shield; bgpip : Anti-DDoS Advanced; bgp : Anti-DDoS Pro (single IP); bgp-multip : Anti-DDoS Pro (multi-IP); net : Anti-DDoS Ultimate; basic : Anti-DDoS Basic |
Id | String | Anti-DDoS instance ID |
IpList | Array of String | Instance IP list Note: this field may return null, indicating that no valid values can be obtained. |
StartTime | Timestamp | Start time |
EndTime | Timestamp | End time |
Data | Array of CCEventRecord | CC attack event list |
Total | Integer | Total number of records |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=DescribeCCEvList
&Business=bgp
&Id=bgp-00000010
&IpList.0=3.3.3.3
&StartTime=2018-08-27 15:05:10
&EndTime=2018-08-27 16:05:10
&Limit=30
&Offset=0
&<Common request parameters>
{
"Response": {
"Business": "bgp",
"Data": [
{
"Business": "bgp",
"Id": "bgp-00000010",
"Vip": "3.3.3.3",
"StartTime": "2018-08-27 15:05:10",
"EndTime": "2018-08-27 16:05:10",
"ReqQps": 544231,
"DropQps": 13232,
"AttackStatus": 1,
"DomainList": "www.dw.com;www.ksd.com",
"UriList": "/sef/sdf;/tesf/sdf",
"AttackipList": "1.1.1.1;2.2.3.2"
}
],
"EndTime": "2019-03-07 14:50:00",
"Id": "bgp-00000010",
"IpList": [
"3.3.3.3"
],
"RequestId": "69b1692b-4b6e-47c0-a7d6-0ff0da286874",
"StartTime": "2019-03-07 00:00:00",
"Total": 1
}
}
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?