All Products
Search
Document Center

Anti-DDoS:DescribeElasticQps

Last Updated:Oct 23, 2024

Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-ddoscoo:DescribeElasticQpsget
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionstringYes

The type of the service. Valid values:

  • cn: Anti-DDoS Proxy (Chinese Mainland)
  • cn-hongkong: Anti-DDoS Proxy (Outside Chinese Mainland)
cn
IpstringNo

The IP address of the Anti-DDoS Proxy instance to query.

203.107.XX.XX
StartTimelongYes

The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.

Note This UNIX timestamp must indicate a point in time that is accurate to the minute.
1684252800
EndTimelongYes

The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.

Note This UNIX timestamp must indicate a point in time that is accurate to the minute.
1684339200
IntervalstringNo

The sampling interval. Unit: seconds. The value must be a multiple of 60. Default value: 60. Unit: seconds. The query result varies depending on the sampling interval.

60

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID, which is used to locate and troubleshoot issues.

2E7F7F7B-39A8-5D92-BAB4-D89D9DCE7D4F
ElasticQpsarray<object>

The information about the burstable QPS.

ElasticQpsobject
MaxNormalQpslong

The peak QPS of the normal service.

23
Indexlong

The index number of the returned data.

1
MaxQpslong

The peak inbound QPS.

100
Pvlong

The total number of requests during the step size period.

15104
Upslong

The total number of origin requests during the step size period.

1223
Status2long

The total number of HTTP 2xx status codes during the step size period.

455
Status3long

The total number of HTTP 3xx status codes during the step size period.

100
Status4long

The total number of HTTP 4xx status codes during the step size period.

34
Status5long

The total number of HTTP 5xx status codes during the step size period.

0

Examples

Sample success responses

JSONformat

{
  "RequestId": "2E7F7F7B-39A8-5D92-BAB4-D89D9DCE7D4F",
  "ElasticQps": [
    {
      "MaxNormalQps": 23,
      "Index": 1,
      "MaxQps": 100,
      "Pv": 15104,
      "Ups": 1223,
      "Status2": 455,
      "Status3": 100,
      "Status4": 34,
      "Status5": 0
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.