Restore volume from the snapshot

Method URI Description
POST /v2/{tenant_id}/snapshots/{snapshot_id}/action スナップショットからボリュームをリストアします。リクエストボディでfcx-restoreアクションを指定してください。

Normal response codes: 202

Request

下表はスナップショットからのボリュームリストアリクエストのURIパラメーターの一覧です。

Name Type Description
{tenant_id} String プロジェクトID
{snapshot_id} UUID 既存のスナップショットの固有識別子

下表は、スナップショットからのボリュームリストアリクエストのボディ部のパラメーターの一覧です。

Name Type Description
fcx-restore none fcx-restoreアクションとして、キーに "fcx-restore" を指定し、値に "null" を指定します。

Example. Restore volume from the snapshot: JSON request


{
	"fcx-restore": null
}       
     

Response

本操作ではレスポンスヘッダーのみ応答します。