Modifying Configuration Parameters
Function
You can modify the configuration parameters of your DCS instance to optimize DCS performance based on your requirements.
URI
PUT /v2/{project_id}/instances/{instance_id}/configs
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
instance_id |
Yes |
String |
Instance ID. |
project_id |
Yes |
String |
Project ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
redis_config |
No |
Array of RedisConfig objects |
Array of configuration items of the DCS instance. |
Response Parameters
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_msg |
String |
Error message. Maximum: 1024 |
error_code |
String |
Error code. Maximum: 9 |
error_ext_msg |
String |
Extended error information. This parameter is not used currently and is set to null. Maximum: 1024 |
Status code: 500
Parameter |
Type |
Description |
---|---|---|
error_msg |
String |
Error message. Maximum: 1024 |
error_code |
String |
Error code. Maximum: 9 |
error_ext_msg |
String |
Extended error information. This parameter is not used currently and is set to null. Maximum: 1024 |
Example Requests
PUT https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/configs { "redis_config" : [ { "param_id" : 1, "param_name" : "timeout", "param_value" : 1000 } ] }
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
204 |
DCS instance configurations modified successfully. |
400 |
Invalid request. |
500 |
Internal service error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.