Domain name for API request: clb.intl.tencentcloudapi.com.
This API is used to get the target group list.
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: DescribeTargetGroupList. |
| 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. |
| TargetGroupIds.N | No | Array of String | Target group ID array. |
| Filters.N | No | Array of Filter | Filter condition array. Support TargetGroupVpcId and TargetGroupName. Mutually exclusive with TargetGroupIds. Prioritize target group ID. |
| Offset | No | Integer | Starting display offset. |
| Limit | No | Integer | Number of entries displayed per page. Value ranges from 0 to 100. The default value is 20. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Number of displayed results. |
| TargetGroupSet | Array of TargetGroupInfo | Collection of displayed target group information. |
| 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. |
This example shows you how to obtain the target group list.
https://clb.intl.tencentcloudapi.com/?Action=DescribeTargetGroupList
&<Common request parameters>
{
"Response": {
"TotalCount": 2,
"TargetGroupSet": [
{
"TargetGroupId": "lbtg-pcsv4t9o",
"VpcId": "vpc-i1cnjuhx",
"TargetGroupName": "czh_vpc0",
"Port": 443,
"CreatedTime": "2019-07-30 16:04:22",
"UpdatedTime": "2019-07-30 16:04:22",
"AssociatedRule": null,
"Protocol": "TCP",
"ScheduleAlgorithm": "WRR",
"IpVersion": "IPv6",
"HealthCheck": null
},
{
"TargetGroupId": "lbtg-5xunivs0",
"VpcId": "vpc-i1cnjuhx",
"TargetGroupName": "kkkkk",
"Port": 19999,
"CreatedTime": "2019-07-14 16:18:43",
"UpdatedTime": "2019-07-29 11:37:10",
"AssociatedRule": null,
"Protocol": "TCP",
"ScheduleAlgorithm": "WRR",
"IpVersion": "IPv6",
"HealthCheck": null
}
],
"RequestId": "ed30f949-2bea-48a6-8ba0-7f2f33743d4d"
}
}
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 |
|---|---|
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
| InvalidParameter.FormatError | Incorrect parameter format. |
| InvalidParameterValue | Parameter value error. |
| UnauthorizedOperation | Unauthorized operation. |
피드백