forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
8.6 KiB
8.6 KiB
Scaling Up a DCS Instance
Function
This API is used to scale up a DCS Redis instance in the Running state.
Request
Request parameters
Table 2 describes the 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. |
spec_code |
String |
Yes |
DCS instance specification code. This parameter is optional for DCS Redis 3.0 instances. This parameter is mandatory for DCS Redis 4.0 and Redis 5.0 instances. |
Example request
- Request URL:
POST https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}/extend
- Example:
{ "spec_code":"redis.single.au1.large.4", "new_capacity":4, }
Response
Response parameters
None
Example response
None
Parent topic: Lifecycle Management APIs