tencent cloud

文档反馈

DescribeUpstreams

最后更新时间:2024-04-08 15:11:08

    1. API Description

    Domain name for API request: apigateway.tencentcloudapi.com.

    This API is used to query details of upstreams under the current account.

    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: DescribeUpstreams.
    Version Yes String Common Params. The value used for this API: 2018-08-08.
    Region No String Common Params. This parameter is not required for this API.
    Limit Yes Integer Number of entries per page
    Offset Yes Integer The starting position of paging
    Filters.N No Array of Filter Filters. Valid values: UpstreamId and UpstreamName

    3. Output Parameters

    Parameter Name Type Description
    Result DescribeUpstreamInfo Query results
    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.

    4. Example

    Example1 Querying upstreams under the current account

    Input Example

    https://apigateway.tencentcloudapi.com/?Action=DescribeUpstreams
    &Limit=1
    &Offset=0
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "Result": {
                "TotalCount": 1,
                "UpstreamSet": [
                    {
                        "Retries": 1,
                        "Algorithm": "xx",
                        "UniqVpcId": "xx",
                        "Tags": [
                            {
                                "Value": "xx",
                                "Key": "xx"
                            }
                        ],
                        "UpstreamType": "xx",
                        "UpstreamHost": "xx",
                        "UpstreamId": "xx",
                        "K8sServices": [
                            {
                                "Name": "xx",
                                "Weight": 0,
                                "ClusterId": "xx",
                                "Namespace": "xx",
                                "ServiceName": "xx",
                                "ExtraLabels": [
                                    {
                                        "Value": "xx",
                                        "Key": "xx"
                                    }
                                ],
                                "Port": 0
                            }
                        ],
                        "UpstreamName": "xx",
                        "HealthChecker": {
                            "UnhealthyTimeout": 1,
                            "ActiveCheckInterval": 1,
                            "ActiveRequestHeader": [
                                {}
                            ],
                            "TimeoutThreshold": 1,
                            "HealthyHttpStatus": "xx",
                            "TcpFailureThreshold": 1,
                            "EnableActiveCheck": true,
                            "UnhealthyHttpStatus": "xx",
                            "ActiveCheckHttpPath": "xx",
                            "EnablePassiveCheck": true,
                            "HttpFailureThreshold": 1,
                            "ActiveCheckTimeout": 1
                        },
                        "CreatedTime": "2020-09-22T00:00:00+00:00",
                        "Nodes": [
                            {
                                "Weight": 1,
                                "Tags": [
                                    "xx"
                                ],
                                "Healthy": "xx",
                                "ClusterId": "xx",
                                "NameSpace": "xx",
                                "Source": "xx",
                                "VmInstanceId": "xx",
                                "Host": "xx",
                                "ServiceName": "xx",
                                "UniqueServiceName": "xx",
                                "Port": 1
                            }
                        ],
                        "Scheme": "xx",
                        "UpstreamDescription": "xx"
                    }
                ]
            },
            "RequestId": "xx"
        }
    }
    

    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
    AuthFailure Error with CAM signature/authentication.
    DryRunOperation DryRun Operation. It means that the request would have succeeded, but the DryRun parameter was used.
    FailedOperation Operation failed.
    FailedOperation.CamException
    InternalError Internal error.
    InternalError.CamException
    InvalidParameter Incorrect parameter.
    InvalidParameterValue.InvalidFilterNotSupportedName The parameter value is incorrect.
    LimitExceeded The quota limit is exceeded.
    MissingParameter Missing parameter.
    ResourceNotFound.InvalidAccessKeyId The key does not exist.
    UnsupportedOperation Unsupported operation.
    UnsupportedOperation.InvalidAction API error.
    UnsupportedOperation.RequestPostError