Queries the Internet service provider (ISP) for a volumetric attack.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDDosEventIsp |
The operation that you want to perform. Set the value to DescribeDDosEventIsp. |
EventType | String | Yes | defense |
The type of the attack event that you want to query. Valid values:
|
Ip | String | Yes | 203.***. ***.199 |
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance. |
StartTime | Long | Yes | 1598948471 |
The beginning of the time range to query. This value is a UNIX timestamp representing the number of seconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC. Note You can call the DescribeDDosAllEventList operation to query the beginning time of all attack events.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Isps | Array of EventIsp |
The ISPs for the volumetric attack. |
|
InPkts | Long | 230 |
The number of request packets that were sent from the ISP. |
Isp | String | 1000323 |
The code of the ISP. Valid values:
|
RequestId | String | C4A3BCD1-4A32-4342-941A-4745AE69508C |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeDDosEventIsp
&EventType=defense
&Ip=203. ***. ***.199
&StartTime=1598948471
&<Common request parameters>
Sample success responses
XML
format
<DescribeDDosEventIspResponse>
<RequestId>C4A3BCD1-4A32-4342-941A-4745AE69508C</RequestId>
<Isps>
<InPkts>230</InPkts>
<Isp>1000323</Isp>
</Isps>
<Isps>
<InPkts>24</InPkts>
<Isp>100098</Isp>
</Isps>
</DescribeDDosEventIspResponse>
JSON
format
{
"RequestId": "C4A3BCD1-4A32-4342-941A-4745AE69508C",
"Isps": [
{
"InPkts": 230,
"Isp": "1000323"
},
{
"InPkts": 24,
"Isp": "100098"
}
]
}
Error codes
For a list of error codes, visit the API Error Center.