Queries the request monitoring data of an edge load balancer (ELB) instance.
Operation description
-
up to 100 times per second per account.
-
up to 10 times per second per user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:DescribeServerLoadBalancerMonitor |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
Yes |
The beginning of the time range to query. Specify the time in the yyyy-MM-ddTHH:mm:ssZ format. |
2024-09-15 16:00:00 |
| EndTime |
string |
Yes |
The end of the time range to query. The maximum range between StartTime and EndTime is 24 hours. |
2024-09-15 17:00:00 |
| LoadBalancerId |
string |
Yes |
The ID of the ELB instance. |
lb-5sc1s9zrui8lpb8u7cl4f**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response. |
||
| RequestId |
string |
The ID of the request. |
AAE90880-4970-4D81-A534-A6C0F3631F74 |
| ServerLoadBalancerMonitorData |
array<object> |
The array of the monitoring data. |
|
|
object |
The monitoring data. |
||
| LoadBalancerId |
string |
The ID of the ELB instance. |
lb-5sc1s9zrui8lpb8u7cl4f**** |
| LoadBalancerName |
string |
The name of the ELB instance. |
esk-edge-service-lb-a34**** |
| EnsRegionId |
string |
The ID of the node to which the ELB instance belongs. |
cn-wuxi-10 |
| LoadBalancerSpec |
string |
The specification of the ELB instance. |
elb.s2.medium |
| Vip |
string |
The virtual IP address (VIP) of the instance. |
10.0**** |
| Vni |
integer |
The ID of the tunnel. |
3018 |
| Acc |
integer |
The total number of requests. |
30 |
| Reqs2xx |
integer |
The number of requests with HTTP 2xx status code returned. |
25 |
| Reqs3xx |
integer |
The number of requests with HTTP 3xx status code returned. |
0 |
| Reqs4xx |
integer |
The number of requests with HTTP 4xx status code returned. |
5 |
| Reqs5xx |
integer |
The number of requests with HTTP 5xx status code returned. |
0 |
| RtAvg |
integer |
The average response time. Unit: milliseconds. |
1404 |
| BizTime |
string |
The business time of the log. Logs are collected every minute. |
2024-09-15 16:00:00 |
Examples
Success response
JSON format
{
"RequestId": "AAE90880-4970-4D81-A534-A6C0F3631F74",
"ServerLoadBalancerMonitorData": [
{
"LoadBalancerId": "lb-5sc1s9zrui8lpb8u7cl4f****",
"LoadBalancerName": "esk-edge-service-lb-a34****",
"EnsRegionId": "cn-wuxi-10",
"LoadBalancerSpec": "elb.s2.medium",
"Vip": "10.0****",
"Vni": 3018,
"Acc": 30,
"Reqs2xx": 25,
"Reqs3xx": 0,
"Reqs4xx": 5,
"Reqs5xx": 0,
"RtAvg": 1404,
"BizTime": "2024-09-15 16:00:00\n"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.