Start server
| Method | URI | Description |
|---|---|---|
| POST | /v2/{tenant_id}/servers/{server_id}/action | 停止状態のサーバを起動します。 |
Normal response codes: 202
Request
下表は、サーバ起動リクエストのURIパラメーターの一覧です。
| Name | Type | Description |
|---|---|---|
| {tenant_id} | String | プロジェクトID |
| {server_id} | UUID | 対象とする仮想サーバの仮想サーバID |
Example. Start server: JSON request
{
"os-start": null
}
Response
本操作ではリクエストボディ部の指定は不要です。