Queries the source region details of a volumetric attack.
Operation description
This operation is applicable only to querying data of volumetric attacks. It is not applicable to querying data of web resource exhaustion or connection flood attacks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeDDosEventArea |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EventType |
string |
Yes |
The event type of the attack event to query. Valid values:
|
defense |
| StartTime |
integer |
Yes |
The start timestamp of the event to query. Unit: seconds. Note
You can call DescribeDDosAllEventList to query the start time of all events. |
1598948471 |
| Ip |
string |
Yes |
The attacked IP Address of Anti-DDoS Proxy instance of Anti-DDoS Pro and Anti-DDoS Premium. |
203.XX.XX.199 |
| Range |
integer |
No |
The number of data entries to return. Unit: entries. |
100 |
When you call this operation, you must include the common request parameters of Alibaba Cloud APIs in addition to the request parameters described in this topic. For more information about common request parameters, see Common parameters.
For the request format of this operation, see the request example in the Examples section.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
11710C9F-BC5E-481A-BEC5-C6D8FBFCA827 |
| Areas |
array<object> |
The information about the attack source regions. |
|
|
object |
|||
| InPkts |
integer |
The number of request packets from the attack source region. |
228 |
| Area |
string |
The code of the attack source region, including Chinese regions (at the province or city level) and international regions (at the country level). For example, 110000 indicates Beijing, China, and us indicates the United States. Note
For more information about the valid values of this parameter, see China and international regions. |
110000 |
Examples
Success response
JSON format
{
"RequestId": "11710C9F-BC5E-481A-BEC5-C6D8FBFCA827",
"Areas": [
{
"InPkts": 228,
"Area": "110000"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.