All Products
Search
Document Center

Edge Security Acceleration:DescribeDDoSBpsMax

Last Updated:Jul 28, 2026

Queries the peak BPS and PPS data of DDoS network-layer attacks.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • domestic: the Chinese mainland.

  • overseas: global (excluding the Chinese mainland).

  • global: global.

Valid values:

  • domestic :

    domestic

  • global :

    global

  • overseas :

    overseas

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.