tencent cloud

文档反馈

ModifyCDBProxyVipVPort

最后更新时间:2023-06-21 10:03:14
This document is currently invalid. Please refer to the documentation page of the product.

    1. API Description

    This API will be disused soon.

    Planned disuse time: 2023-07-18 00:31:23

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

    This API has been deprecated and replaced with ModifyCdbProxyAddressVipAndVPort.

    This API is used to modify the VIP or the port of a database proxy.

    A maximum of 20 requests can be initiated per second for this API.

    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: ModifyCDBProxyVipVPort.
    Version Yes String Common Params. The value used for this API: 2017-03-20.
    Region No String Common Params. This parameter is not required for this API.
    ProxyGroupId Yes String Proxy group ID
    UniqVpcId Yes String VPC ID
    UniqSubnetId Yes String VPC subnet ID
    DstIp No String New IP
    DstPort No Integer New port
    ReleaseDuration No Integer Valid hours of the old IP

    3. Output Parameters

    Parameter Name Type Description
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Modifying the VIP or port of database proxy

    Input Example

    POST / HTTP/1.1
    Host: cdb.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: ModifyCDBProxyVipVPort
    <Common request parameters>
    
    {
        "DstIp": "127.0.1",
        "ProxyGroupId": "proxt-test",
        "UniqVpcId": "vpc-test",
        "UniqSubnetId": "sub-test",
        "ReleaseDuration": 1,
        "DstPort": 1201
    }
    

    Output Example

    {
        "Response": {
            "RequestId": "3689c0eb-a92d-77ce-0ee2-17d99f604e64"
        }
    }
    

    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
    FailedOperation.DescribeProxyGroupError Failed to query database proxy.
    InternalError.UnknownError Unknown error
    InvalidParameterValue.InvalidParameterValueError Invalid parameter value