tencent cloud

文档反馈

DescribeTargetGroupList

最后更新时间:2023-10-24 11:16:01

    1. API Description

    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.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    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.

    3. Output Parameters

    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.

    4. Example

    Example1 Querying the list of target groups

    This example shows you how to query the list of target groups.

    Input Example

    https://clb.tencentcloudapi.com/?Action=DescribeTargetGroupList
    &<Common request parameters>
    

    Output Example

    {
        "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"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    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.