This API is used to change the DB instance volume.
PATH: /v1.0/{project_id}/instances/{instanceId}/action
Method: POST
Name |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. |
instanceId |
Yes |
Specifies the DB instance ID. |
Name |
Type |
Description |
---|---|---|
resize |
Dictionary data structure. For details, see Table 3. |
Specifies the information about the returned parameter volume. |
Name |
Type |
Description |
---|---|---|
volume |
Dictionary data structure. For details, see Table 4. |
Specifies the information about the returned parameter size. |
{ "resize": { "volume": { "size": 400 } } }
None
For details, see Abnormal Request Results.