Domain name for API request: clb.tencentcloudapi.com.
This API is used to query CLB instances bound to the CVM or ENI.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeLBListeners. |
Version | Yes | String | Common Params. The value used for this API: 2018-03-17. |
Region | No | String | Common Params. This parameter is not required for this API. |
Backends.N | Yes | Array of LbRsItem | List of private network IPs to be queried. |
Parameter Name | Type | Description |
---|---|---|
LoadBalancers | Array of LBItem | Listener rule associated with the real server. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://clb.tencentcloudapi.com/?Action=DescribeLBListeners
&Backends.0.VpcId=vpc-xxxxx
&Backends.0.PrivateIp=1.1.1.1
&<Common request parameters>
{
"Response": {
"LoadBalancers": [
{
"LoadBalancerId": "lb-xxxxx",
"Vip": "10.0.0.1",
"Region": "ap-guangzhou",
"Listeners": [
{
"ListenerId": "lbl-xxxxx",
"Protocol": "TCP",
"Port": 81,
"EndPort": 0,
"Rules": null,
"Targets": [
{
"Type": "eni",
"PrivateIp": "10.0.0.2",
"Port": 1201,
"VpcId": 1111,
"Weight": 10
}
]
}
]
}
],
"RequestId": "83129908-a282-4f9f-8ab-131a3025ba22"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameter.FormatError | Wrong parameter format. |
InvalidParameter.LBIdNotFound | Wrong CLB instance ID. |
InvalidParameter.ListenerIdNotFound | Wrong listener ID. |
InvalidParameterValue.Length | Wrong parameter length. |
LimitExceeded | Quota exceeded. |
MissingParameter | Missing parameter. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?