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