All Products
Search
Document Center

ENS:DescribeServerLoadBalancerMonitor

Last Updated:Nov 18, 2024

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

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
ens:DescribeServerLoadBalancerMonitorlist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
StartTimestringYes

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
EndTimestringYes

The end of the time range to query. The maximum range between StartTime and EndTime is 24 hours.

2024-09-15 17:00:00
LoadBalancerIdstringYes

The ID of the ELB instance.

lb-5sc1s9zrui8lpb8u7cl4f****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response.

RequestIdstring

The ID of the request.

AAE90880-4970-4D81-A534-A6C0F3631F74
ServerLoadBalancerMonitorDataarray<object>

The array of the monitoring data.

EslbMonitorListobject

The monitoring data.

LoadBalancerIdstring

The ID of the ELB instance.

lb-5sc1s9zrui8lpb8u7cl4f****
LoadBalancerNamestring

The name of the ELB instance.

esk-edge-service-lb-a34****
EnsRegionIdstring

The ID of the node to which the ELB instance belongs.

cn-wuxi-10
LoadBalancerSpecstring

The specification of the ELB instance.

elb.s2.medium
Vipstring

The virtual IP address (VIP) of the instance.

10.0****
Vniinteger

The ID of the tunnel.

3018
Accinteger

The total number of requests.

30
Reqs2xxinteger

The number of requests with HTTP 2xx status code returned.

25
Reqs3xxinteger

The number of requests with HTTP 3xx status code returned.

0
Reqs4xxinteger

The number of requests with HTTP 4xx status code returned.

5
Reqs5xxinteger

The number of requests with HTTP 5xx status code returned.

0
RtAvginteger

The average response time. Unit: milliseconds.

1404
BizTimestring

The business time of the log. Logs are collected every minute.

2024-09-15 16:00:00

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
400IdempotentParameterMismatchThe 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.
400NoPermissionPermission denied.
400InvalidParameter.%sThe specified field %s invalid. Please check it again.

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