Domain name for API request: clb.intl.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.
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: DescribeLoadBalancerListByCertId. |
| Version | Yes | String | Common Params. The value used for this API: 2018-03-17. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| CertIds.N | Yes | Array of String | Specifies the server certificate ID or client certificate ID. can be accessed through the DescribeCertificate api. Specifies the maximum length of the array is 20. |
| Parameter Name | Type | Description |
|---|---|---|
| CertSet | Array of CertIdRelatedWithLoadBalancers | Certificate ID and list of CLB instances associated with it |
| 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.intl.tencentcloudapi.com/?Action=DescribeLoadBalancerListByCertId
&CertIds.0=Rrsw4nIA
&<Common request parameters>{
"Response": {
"CertSet": [
{
"CertId": "Rrsw4nIA",
"LoadBalancers": [
{
"LoadBalancerId": "lb-8vzdrrfr",
"LoadBalancerName": "prd02-ai-bj-ape-ingress",
"Forward": 1,
"Domain": "",
"LoadBalancerDomain": "",
"LoadBalancerVips": [
"172.16.26.14"
],
"AddressIPv6": null,
"AddressIPVersion": "ipv4",
"IPv6Mode": null,
"LoadBalancerType": "INTERNAL",
"Status": 1,
"CreateTime": "2024-12-11 16:37:29",
"StatusTime": "2025-04-27 13:37:46",
"ProjectId": 0,
"OpenBgp": 0,
"Snat": false,
"Isolation": 0,
"Log": "",
"AnycastZone": "",
"VpcId": "vpc-6cv6qg1u",
"NumericalVpcId": 9356678,
"TargetRegionInfo": {
"Region": "ap-beijing",
"VpcId": "vpc-6cv3qr1u",
"NumericalVpcId": 9356678
},
"SubnetId": "",
"SecureGroups": [],
"Tags": [
{
"TagKey": "tke-createdBy-flag",
"TagValue": "yes"
},
{
"TagKey": "tke-clusterId",
"TagValue": "cls-27punli3"
}
],
"MasterZone": null,
"BackupZoneSet": null,
"IsolatedTime": null,
"ExpireTime": null,
"ChargeType": null,
"NetworkAttributes": null,
"PrepaidAttributes": null,
"ExtraInfo": null,
"LogSetId": "",
"LogTopicId": "",
"LoadBalancerPassToTarget": false,
"IsDDos": false,
"ConfigId": "",
"ExclusiveCluster": {
"L4Clusters": null,
"L7Clusters": null,
"ClassicalCluster": null
},
"SnatPro": false,
"SnatIps": [],
"IsBlock": false,
"IsBlockTime": "",
"SlaType": "",
"Exclusive": null,
"ClusterTag": null,
"LocalBgp": false,
"MixIpTarget": false,
"Zones": null,
"NfvInfo": "",
"HealthLogSetId": "",
"HealthLogTopicId": "",
"ClusterIds": null,
"AttributeFlags": [
"SgInTgw",
"SharedLimitFlag"
],
"Egress": "",
"VipIsp": "INTERNAL"
}
]
}
],
"RequestId": "7718d187-7684-4294-324b-1e13009d75f6"
}
}
https://clb.intl.tencentcloudapi.com/?Action=DescribeLoadBalancerListByCertId
&CertIds.0=RwFAfr8Y
&<Common request parameters>{
"Response": {
"CertSet": [
{
"CertId": "RwFAfr8Y",
"LoadBalancers": []
}
],
"RequestId": "fe6059b5-faa6-4f21-92a1-0c9ee5df5e54"
}
}
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. |
Feedback