Confirm resized server
Method | URI | Description |
---|---|---|
POST | /v2/{tenant_id}/servers/{server_id}/action | 保留中のサイズ変更アクションを確定します。リクエストボディ部でconfirmResizeアクションを指定してください。 |
Normal response codes: 204
Request
下表は、サーバサイズ変更確定リクエストのURIパラメーターの一覧です。
Name | Type | Description |
---|---|---|
{tenant_id} | UUID | プロジェクトID |
{server_id} | UUID | 仮想サーバID |
下表は、サーバサイズ変更確定リクエストのボディ部のパラメーターの一覧です。
Name | Type | Description |
---|---|---|
confirmResize | none | confirmResizeアクションとして、キーに "confirmResize" を指定し、値に "null" を指定します。 |
Example. Confirm resized server: JSON request
{
"confirmResize": null
}
Response
本操作ではレスポンスヘッダーのみ応答します。