You can call this operation to modify the parameter in the parameter settings.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ModifyParameter

The operation that you want to perform. Set the value to ModifyParameter.

ClusterId String Yes cds-bp1l5ys6****wzr5

The ID of the cluster.

Name String Yes cas_contention_timeout_in_ms

The name of the parameter.

Value String Yes 2000

The value of the parameter.

Response parameters

Parameter Type Example Description
RequestId String BC262FE3-91ED-4FE7-BD75-190B62D8BABC

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/? Action=ModifyParameter
&ClusterId=cds-bp1l5ys6****wzr5
&Name=cas_contention_timeout_in_ms
&Value=2000
&<Common request parameters>

Sample success responses

XML format

<ModifyParameterResponse>
  <RequestId>BC262FE3-91ED-4FE7-BD75-190B62D8BABC</RequestId>
</ModifyParameterResponse>

JSON format

{
    "RequestId": "BC262FE3-91ED-4FE7-BD75-190B62D8BABC"
}

Error codes

For a list of error codes, visit the API Error Center.