This API is used to change DB instance specifications.
Services will be interrupted for 5 to 10 minutes when you change DB instance specifications. Exercise caution when performing this operation.
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 flavorRef. |
Name |
Type |
Description |
---|---|---|
flavorRef |
String |
Specifies the specification ID (flavors.str_id in the response message in Obtaining All DB Instance Specifications). |
{ "resize":{ "flavorRef":"0d922098-553c-4123-80df-e627a1d41a0d" } }
None
For details, see Abnormal Request Results.