DescribeListeners
1. API Description
This API is used to get the list of listeners by the load balancer ID and the listener protocol as filtering conditions. If no filtering conditions are specified, all listeners under the specified load balancer instance will be returned.
2. Input Parameters
The following request parameter list only provides API request parameters.
loadBalancerId
Yes
String
The ID of the load balance instance.
listenerIds
No
Array of String
The list of load balancer listener IDs to query.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required to locate a problem.
4. Code Example
Query all listeners under a specified load balancer instance.
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