tencent cloud

文档反馈

ModifyCDBProxyDesc

最后更新时间:2023-06-21 10:02:55
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-17 19:49:06

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

    This API has been deprecated and replaced with ModifyCdbProxyAddressDesc.

    This API is used to modify the description 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: ModifyCDBProxyDesc.
    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.
    InstanceId Yes String Instance ID
    ProxyGroupId Yes String Database proxy ID
    Desc Yes String Database proxy description

    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 proxy description

    Input Example

    POST / HTTP/1.1
    Host: cdb.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: ModifyCDBProxyDesc
    <Common request parameters>
    
    {
        "InstanceId": "cdb-test",
        "ProxyGroupId": "proxy-test",
        "Desc": "test"
    }
    

    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
    InternalError.UnknownError Unknown error