DescribeLoadBalancers
1. API Description
This API is used to query the list of load balancer instances.
2. Input Parameters
The following request parameter list only provides API request parameters.
regionId
No
String
Region ID.
vpcId
No
String
Filter by the VPC ID to which the load balance backend server belongs.
loadBalancerIds
No
Array of String
ID list of the load balance instance.
The maximum number of instance IDs is 100
.
loadBalancerName
No
String
Load balance instance name.
Add *
at the end to support fuzzy matching.
pageSize
No
Integer
Number of items in the current page result.
Default value: 20
;
Maximum value: 1000
.
pageNum
No
Integer
Page number of the current page result.
Default value: 1
.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required to locate a problem.
totalCount
Integer
The total number of load balance instances that meet the filtering conditions.
4. Code Example
View the list of load balancer instances.
5. Developer Resources
Zenlayer Cloud API 2.0 SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
No error codes related to the API business logic. For other error codes, see Common Error Codes.
Last updated