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