Queries the request monitoring data of an edge load balancer (ELB) instance.
Operation description
- You can call this operation up to 100 times per second per account.
- You can call this operation up to 10 times per second per user.
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ens:DescribeServerLoadBalancerMonitor | list | *All Resources * |
| 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 parameters
Examples
Sample success responses
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 |
---|---|---|
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. |
For a list of error codes, visit the Service error codes.