All Products
Search
Document Center

Anti-DDoS:DescribeElasticQpsRecord

Last Updated:Oct 23, 2024

Queries the burstable QPS details 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:DescribeElasticQpsRecordlist
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
StartTimelongYes

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

1684252800000
EndTimelongYes

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

1688140799999
IpstringYes

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

203.107.XX.XX

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

F68B34E2-570C-508D-95FD-DFB6611D518F
ElasticQpsListarray<object>

The QPS information about the instance.

elasticQpsListobject
OpsElasticQpslong

The burstable QPS value. A value of 0 indicates that the burstable QPS feature is not enabled.

300000
Ipstring

The IP address of the Anti-DDoS Proxy instance.

203.***.***.199
OriginQpslong

The service QPS (purchased).

1345
Datelong

The timestamp. Unit: milliseconds.

1688140799999
InstanceIdstring

The ID of the Anti-DDoS Proxy instance.

ddoscoo-cn-7e225i41****
Qpslong

The daily peak 95th percentile QPS.

4367
QpsPeaklong

The daily peak traffic.

122
Statuslong

Indicates whether the instance has expired or is released. Valid values:

  • 1: The instance runs as expected.
  • 2: The instance has expired.
  • 4: The instance is released.
1
OpsQpslong

The service QPS (active).

1345

Examples

Sample success responses

JSONformat

{
  "RequestId": "F68B34E2-570C-508D-95FD-DFB6611D518F",
  "ElasticQpsList": [
    {
      "OpsElasticQps": 300000,
      "Ip": "203.***.***.199",
      "OriginQps": 1345,
      "Date": 1688140799999,
      "InstanceId": "ddoscoo-cn-7e225i41****\n",
      "Qps": 4367,
      "QpsPeak": 122,
      "Status": 1,
      "OpsQps": 1345
    }
  ]
}

Error codes

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