Queries the Internet service provider (ISP) information about a volumetric attack.
Operation description
This operation can be used only to query data about volumetric attacks. It cannot be used to query data about web resource consumption attacks or connection flood attacks.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
yundun-ddoscoo:DescribeDDosEventIsp | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
EventType | string | Yes | The type of the attack event that you want to query. Valid values:
| defense |
StartTime | integer | Yes | The UNIX timestamp when the query starts. Unit: seconds. Note You can call DescribeDDosAllEventList to query the start time of all events. | 1598948471 |
Ip | string | Yes | The IP address that is under attack. | 203.***.***.199 |
Range | integer | No | The number of entries to return. | 100 |
Response elements
Parameter | Type | Description | Example |
object | |||
RequestId | string | The ID of the request. | C4A3BCD1-4A32-4342-941A-4745AE69508C |
| Isps | array | The ISPs for the volumetric attack. | |
object | |||
InPkts | integer | The number of request packets that were sent from the ISP. | 230 |
Isp | string | The code of the ISP. Valid values:
| 1000323 |
Examples
Success response
JSON format
{
"RequestId": "C4A3BCD1-4A32-4342-941A-4745AE69508C",
"Isps": [
{
"InPkts": 230,
"Isp": "1000323"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.