Queries the burstable QPS details of an Anti-DDoS Proxy instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeElasticQpsRecord |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
integer |
Yes |
The beginning of the time range to query. The value is a timestamp. Unit: milliseconds. |
1684252800000 |
| EndTime |
integer |
Yes |
The end of the time range to query. The value is a timestamp. Unit: milliseconds. |
1688140799999 |
| Ip |
string |
Yes |
The IP address of the Anti-DDoS Proxy instance to query. |
203.107.XX.XX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which is used to locate and troubleshoot issues. |
F68B34E2-570C-508D-95FD-DFB6611D518F |
| ElasticQpsList |
array<object> |
The QPS information about the instance. |
|
|
object |
|||
| OpsElasticQps |
integer |
The burstable QPS value. A value of 0 indicates that the burstable QPS feature is not enabled. |
300000 |
| Ip |
string |
The IP address of the Anti-DDoS Proxy instance. |
203.***.***.199 |
| OriginQps |
integer |
The service QPS (purchased). |
1345 |
| Date |
integer |
The timestamp. Unit: milliseconds. |
1688140799999 |
| InstanceId |
string |
The ID of the Anti-DDoS Proxy instance. |
ddoscoo-cn-7e225i41**** |
| Qps |
integer |
The daily peak 95th percentile QPS. |
4367 |
| QpsPeak |
integer |
The daily peak traffic. |
122 |
| Status |
integer |
Indicates whether the instance has expired or is released. Valid values:
|
1 |
| OpsQps |
integer |
The service QPS (active). |
1345 |
Examples
Success response
JSON format
{
"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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.