Queries the peak BPS and PPS data of DDoS network-layer attacks.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
Yes |
The beginning of the time range to query. Specify the time in ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC+0. |
2023-02-14T17:00:00Z |
| EndTime |
string |
No |
The end of the time range to query. Specify the time in ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC+0. Note
The end time must be later than the start time. |
2023-04-07T02:34:00Z |
| SiteId |
integer |
Yes |
The site ID, which can be obtained by calling the ListSites operation. |
709662109**** |
| Coverage |
string |
No |
The protection region. If this parameter is not specified, the default value global is used. Valid values:
Valid values:
|
global |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| StartTime |
string |
The beginning of the time range to query. Specify the time in ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC+0. |
2023-02-14T17:00:00Z |
| EndTime |
string |
The end of the time range that was queried. The time is in ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is in UTC+0. |
2023-04-07T02:34:00Z |
| MaxAtkBps |
integer |
The peak attack bandwidth. Unit: bit/s. |
10000000000 |
| MaxAtkPps |
integer |
The peak attack PPS. Unit: pps. |
100000000 |
| RequestId |
string |
The request ID. |
A3790430-3A06-535F-A424-0998BD9A6C9F |
Examples
Success response
JSON format
{
"StartTime": "2023-02-14T17:00:00Z",
"EndTime": "2023-04-07T02:34:00Z",
"MaxAtkBps": 10000000000,
"MaxAtkPps": 100000000,
"RequestId": "A3790430-3A06-535F-A424-0998BD9A6C9F"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 500 | InternalError | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.