Scaling Up a DCS Instance
Function
This API is used to scale up a DCS Redis or Memcached instance in the Running state.
URI
POST /v1.0/{project_id}/instances/{instance_id}/extend
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID. For details on how to obtain the value of this parameter, see Obtaining a Project ID. |
instance_id |
String |
Yes |
Instance ID. |
Request
Request parameters
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
new_capacity |
Integer |
Yes |
New specification (memory space) of the DCS instance. The new specification to which the DCS instance will be scaled up must be greater than the current specification. Unit: GB. The value must be supported specifications. For details, see the Total Memory (GB) column in the "DCS Instance Specifications" section in Distributed Cache Service User Guide. |
spec_code |
String |
Yes |
DCS instance specification code. |
Example request
- Request URL:
POST https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}/extend
- Example:
{ "new_capacity": 4 }
Response
Response parameters
None
Example response
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot