All Products
Search
Document Center

ENS:DescribeLoadBalancerListenMonitor

Last Updated:Nov 18, 2024

Queries 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:DescribeLoadBalancerListenMonitornone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
StartTimestringYes

The beginning of the time range to query.

2024-01-15 16:00:00
EndTimestringYes

The end of the time range to query.

2024-01-30 08:00:00
LoadBalancerIdstringYes

The ID of the ELB instance.

lb-5q73cv04zeyh43lh74lp4****
VPortstringYes

The virtual IP address (VIP) port of the ELB instance.

80
ProtostringNo

The network protocol, such as tcp or udp.

tcp

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response.

RequestIdstring

Id of the request.

C0003E8B-B930-4F59-ADC0-0E209A9012A8
LoadBalancerMonitorListenDataarray<object>

The TCP/UDP monitoring data of the ELB instance.

ElbListenMonitorListobject

The monitoring data.

LoadBalancerIdstring

The ID of the ELB instance.

lb-5q73cv04zeyh43lh74lp4****
EnsRegionIdstring

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

cn-dongguan-9
Vipstring

The VIP of the instance.

10.8.*.*
Vnistring

The ID of the tunnel.

53284
VPortstring

The VIP port of the ELB instance.

80
Protostring

The network protocol.

tcp
Connsstring

The number of new connections.

37150
ActConnsstring

The number of active connections.

80285
InActConnsstring

The number of inactive connections.

16322
DropConnsstring

The number of dropped connections.

10
InPktsstring

The number of inbound packets.

12
OutPktsstring

The number of outbound packets.

34
InDropPktsstring

The number of dropped inbound packets.

27
OutDropPktsstring

The number of dropped outbound packets.

76
InBytesstring

The inbound traffic.

67532
OutBytesstring

The outbound traffic.

5155487
InDropBytesstring

The dropped inbound traffic.

324
OutDropBytesstring

The dropped outbound traffic.

0
ValidRsNumstring

The number of available servers that are attached to the monitored ELB instance.

2
InValidRsNumstring

The number of unavailable servers that are attached to the monitored ELB instance.

0
BizTimestring

The business time.

2024-01-15 16:03:00

Examples

Sample success responses

JSONformat

{
  "RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8",
  "LoadBalancerMonitorListenData": [
    {
      "LoadBalancerId": "lb-5q73cv04zeyh43lh74lp4****",
      "EnsRegionId": "cn-dongguan-9",
      "Vip": "10.8.*.*",
      "Vni": "53284",
      "VPort": "80",
      "Proto": "tcp",
      "Conns": "37150",
      "ActConns": "80285",
      "InActConns": "16322",
      "DropConns": "10",
      "InPkts": "12",
      "OutPkts": "34",
      "InDropPkts": "27",
      "OutDropPkts": "76",
      "InBytes": "67532",
      "OutBytes": "5155487",
      "InDropBytes": "324",
      "OutDropBytes": "0",
      "ValidRsNum": "2",
      "InValidRsNum": "0",
      "BizTime": "2024-01-15 16:03:00"
    }
  ]
}

Error codes

HTTP status codeError codeError message
400NoPermissionPermission denied.
400InvalidParameter.%sThe specified field %s invalid. Please check it again.

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