Queries the peak value (QPS) of DDoS attacks within a specified time period.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeAttackAnalysisMaxQps |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
integer |
Yes |
The start time of the query. Use the UNIX timestamp format. Unit: seconds. |
1622476799 |
| EndTime |
integer |
Yes |
The end time of the query. Use the UNIX timestamp format. Unit: seconds. |
1619798400 |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Qps |
integer |
The peak value of the DDoS attack. Unit: QPS. |
41652 |
| RequestId |
string |
The ID of this request. |
8DFB602D-1AAC-46C4-90F2-C84086E7A6E4 |
Examples
Success response
JSON format
{
"Qps": 41652,
"RequestId": "8DFB602D-1AAC-46C4-90F2-C84086E7A6E4"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.