Domain name for API request: clb.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.
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: DescribeTargetGroupList. |
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. |
TargetGroupIds.N | No | Array of String | Target group ID array |
Filters.N | No | Array of Filter | Filter array, which is exclusive of TargetGroupIds . Valid values: TargetGroupVpcId, TargetGroupName. Target group ID will be used first. |
Offset | No | Integer | Starting display offset |
Limit | No | Integer | Limit of the number of displayed results. Default value: 20 |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Number of displayed results |
TargetGroupSet | Array of TargetGroupInfo | Information set of displayed target groups |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://clb.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
},
{
"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
}
],
"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 | Wrong parameter format. |
InvalidParameterValue | Incorrect parameter value. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?