tencent cloud

文档反馈

ModifyPlugin

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

    1. API Description

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

    This API is used to modify a plugin.

    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: ModifyPlugin.
    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.
    PluginId Yes String ID of the plugin to be modified
    PluginName No String Plugin name to be modified. A plugin name can contain up to 50 characters out of a-z, A-Z, 0-9, and _, which must begin with a letter and end with a letter or a number.
    Description No String Plugin description to be modified. A description is within 200 characters.
    PluginData No String Plugin definition statement to be modified. The json format is supported.

    3. Output Parameters

    Parameter Name Type Description
    Result Boolean Whether modification succeeded.
    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 ModifyPlugin

    Input Example

    https://apigateway.tencentcloudapi.com/?Action=ModifyPlugin
    &PluginName=newplugin
    &PluginId=plugin-3datbg1f
    &Description=Modify a plugin
    &PluginData={"type":"white_list","blocks":"172.3.1.4"}
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "Result": true,
            "RequestId": "bb85842c-c0d2-4543-8f4d-396a193babe8"
        }
    }
    

    Example2 Modifying cache plugin

    Input Example

    https://apigateway.tencentcloudapi.com/?Action=ModifyPlugin
    &PluginName=newplugin
    &PluginId=plugin-pbboebt1
    &Description=modify_cache_plugin
    &PluginData={"cache_key_params":[{"parameter":"param1","position":"header"},{"parameter":"param2","position":"query"},{"parameter":"param3","position":"path"}],"cacheable_methods":["GET","POST"],"cacheable_response_codes":[200,301,404],"cache_control":false,"ttl":300}
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "Result": true,
            "RequestId": "ab85842c-c0d2-4543-8f4d-396a193babe8"
        }
    }
    

    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.FormatError The domain name format is incorrect.
    FailedOperation.GetRoleError Failed to get the role. Please make sure that relevant API Gateway service APIs have been authorized.
    FailedOperation.InvalidInputJSON
    InternalError.OssException OSS internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket.
    InternalError.ReturnableException
    InternalError.TsfException TSF internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket.
    InternalError.VpcException VPC internal request error. Please try again. If the problem persists, please contact the smart customer service or submit a ticket.
    InvalidParameter.FormatError Incorrect parameter format.
    InvalidParameterValue.DuplicatePluginConfig Duplicate plugin parameter values. Please modify and try again.
    InvalidParameterValue.InvalidApiRequestConfig Invalid API configuration.
    InvalidParameterValue.InvalidBackendPath The backend service path configuration is incorrect.
    InvalidParameterValue.InvalidClb Invalid CLB configuration.
    InvalidParameterValue.InvalidCondition Policy error.
    InvalidParameterValue.InvalidIPAddress The value of the backend address parameter is incorrect.
    InvalidParameterValue.InvalidPluginConfig Plugin parameter value error. Please modify and try again.
    InvalidParameterValue.InvalidPort The backend service port is incorrect.
    InvalidParameterValue.InvalidRequestParameters Invalid request parameter.
    InvalidParameterValue.InvalidScfConfig The SCF API parameters are invalid.
    InvalidParameterValue.InvalidServiceConfig Invalid service configuration.
    InvalidParameterValue.InvalidServiceParam The parameter configuration is incorrect, as the parameter is not configured in the backend parameter configuration list.
    InvalidParameterValue.InvalidServiceType The backend service type is incorrect. For backend services in WEBSOCKET type, the frontend protocol should be configured as WEBSOCKET.
    InvalidParameterValue.InvalidTsfConfig Incorrect configuration of the TSF-type API.
    InvalidParameterValue.InvalidUpstream The backend channel does not exist or is invalid.
    InvalidParameterValue.InvalidUrl The URL parameters are invalid.
    InvalidParameterValue.InvalidVpcConfig Invalid VPC information
    InvalidParameterValue.LengthExceeded The length of the parameter exceeds the limit.
    InvalidParameterValue.NotInOptions The parameter value is incorrect, as it is not an available option.
    InvalidParameterValue.RangeExceeded The parameter value is incorrect, as it is not within the valid value range.
    MissingParameter.BackendSpecificParam The backend service parameter is missing.
    MissingParameter.PluginConfig Parameter is missing in the plugin. Please check and try again.
    ResourceNotFound.InvalidPlugin The plugin does not exist.
    UnauthorizedOperation.AccessResource You do not have permission to access the resource.
    UnsupportedOperation.InvalidAction API error.
    UnsupportedOperation.UnpackError