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 |
Example. Confirm resized server: JSON request
{
"confirmResize": null
}
Response
本操作ではレスポンスヘッダーのみ応答します。