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.
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 | No | String | Common Params. This parameter is not required for this API. |
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 and 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, 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 query the list of target groups.
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?