Domain name for API request: clb.tencentcloudapi.com.
This API is used to query the list of CLB instances associated with a certificate in a region by certificate ID.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: clb.ap-shanghai-fsi.tencentcloudapi.com
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 parameter. The value used for this API: DescribeLoadBalancerListByCertId. |
Version | Yes | String | Common parameter. The value used for this API: 2018-03-17. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
CertIds.N | Yes | Array of String | Server or client certificate ID |
Parameter Name | Type | Description |
---|---|---|
CertSet | Array of CertIdRelatedWithLoadBalancers | Certificate ID and list of CLB instances associated with it |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://clb.tencentcloudapi.com/?Action=DescribeLoadBalancerListByCertId
&CertIds.0=RwFAfr8Y
&<Common request parameters>
{
"Response": {
"CertSet": [
{
"CertId": "RwFAfr8Y",
"LoadBalancers": []
}
],
"RequestId": "fe6059b5-faa6-4f21-92a1-0c9ee5df5e54"
}
}
https://clb.tencentcloudapi.com/?Action=DescribeLoadBalancerListByCertId
&CertIds.0=Rrsw4nIA
&<Common request parameters>
{
"Response": {
"CertSet": [
{
"CertId": "Rrsw4nIA",
"LoadBalancers": [
{
"LoadBalancerId": "lb-rbw529fz",
"LoadBalancerName": "test_LB",
"Forward": 1,
"Domain": "",
"LoadBalancerVips": [
"129.226.78.67"
],
"LoadBalancerType": "OPEN",
"Status": 1,
"CreateTime": "2019-07-02 18:12:52",
"StatusTime": "2019-07-02 21:50:07",
"ProjectId": 0,
"OpenBgp": 0,
"Snat": false,
"Isolation": 0,
"Log": "",
"AnycastZone": "",
"AddressIPVersion": "ipv4",
"VpcId": "vpc-lt9uj4mo",
"NumericalVpcId": 117008,
"TargetRegionInfo": {
"Region": "ap-hongkong",
"VpcId": "vpc-lt9uj4mo"
},
"SubnetId": "",
"SecureGroups": [],
"Tags": [],
"VipIsp": "BGP",
"MasterZone": null,
"BackupZoneSet": null,
"IsolatedTime": null,
"ExpireTime": null,
"ChargeType": null,
"NetworkAttributes": null,
"PrepaidAttributes": null
}
]
}
],
"RequestId": "7718d187-7684-4294-954b-1e13009d75f6"
}
}
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. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.Length | Wrong parameter length. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?