API Description
This API (BGPIPCCGetDetails) is used to obtain the details of a CC attack targeting an Anti-DDoS Advance IP.
Protocol: HTTPS
Domain Name: bgpip.api.qcloud.com
API: BGPIPCCGetDetails
Request Parameters
Below is a list of API request parameters. You need to add common request parameters to your request when calling this API. For more information, see Common Request Parameters. The Action field for this API is: BGPIPCCGetDetails
.
Parameter | Required | Type | Description |
---|---|---|---|
id | Yes | String | ID of the Anti-DDoS Advanced instance |
beginDate | Yes | String | Start time of queried period. Format: YYYY-MM-DD. Example: 2016-11-10 |
endDate | Yes | String | End time of queried period. Format: YYYY-MM-DD. Example: 2016-11-11 |
sorting.field | No | String | Valid value: count , number of CC attack queries |
sorting.order | No | String | Valid values: asc/desc asc: Sort in ascending orderdesc: Sort in a descending order |
paging.index | Yes | Integer | Page index0: page 1 |
paging.count | Yes | Integer | Number of results per page |
Response Parameters
Parameter | Example | Type | Description |
---|---|---|---|
total | 123 | Integer | Total number of entries |
records | [obj,…] | Array | Details of attacks:{"startTime" : "2013-03-01 01:23:45", "endTime" : "2013-03-01 01:23:45", "count" : 1234 } |
startTime | 2013-03-0101:23:45 | Time | Start time of attack |
endTime | 2013-03-0101:23:50 | Time | End time of attack |
count | 1234 | Integer | Attack traffic peak |