Changing DB Instance Volume¶
Function¶
This API is used to change the DB instance volume.
URI¶
URI format
PATH: /rds/v1/{project_id}/instances/{instanceId}/action
Method: POST
Parameter description
¶ Name
Mandatory
Description
project_id
Yes
Specifies the project ID of a tenant in a region.
instanceId
Yes
Specifies the primary node ID of the DB instance.
Note
This field is not the DB instance ID. You are advised to use API v3 and the DB instance ID to perform related operations.
Restrictions
The adjusted volume size must be greater than the original one and the desired volume size must be a multiple of 10.
The sizes of the primary and standby DB instances are the same. When you scale the primary DB instance, its standby DB instance is also scaled.
The DB instances can be scaled when they are in the Available state.
Request¶
Parameter description
¶ Name
Type
Description
resize
Dictionary data structure. For details, see Table 3.
Specifies the information about the request parameter volume.
¶ Name
Type
Description
volume
Dictionary data structure. For details, see Table 4.
Specifies the information about the request parameter size.
¶ Name
Type
Description
size
Int
Specifies the volume size after scaling up. The value must a multiple of 10.
Its value range is from 50 GB to 4000 GB.
Important
NOTICE: The adjusted volume size of must be greater than or equal to that of the original volume size.
Request example
POST https://{Endpoint}/rds/v1/375d8d8fad1f43039e23d3b6c0f60a19/instances/02cf1fd7-24ae-4fec-a621-329ec732e4f6/action
{ "resize": { "volume": { "size": 400 } } }
Normal Response¶
Parameter description
¶ Name
Type
Description
extendparam
Dictionary data structure. For details, see Table 6.
Indicates the returned extendparam key-value pair.
¶ Name
Type
Description
jobs
List data structure. For details, see Table 7.
Indicates the returned jobs parameter information.
¶ Name
Type
Description
id
String
Indicates the task ID.
Response example
{ "extendparam": { "jobs": [ { "id": "2b414788-a600-4883-a023-90e2eb0ea227" } ] } }
Abnormal Response¶
For details, see Abnormal Request Results.
Status Code¶
For details, see Status Codes.
Error Code¶
For details, see Error Codes.