Restore volume from the snapshot

Method URI Description
POST /v2/{tenant_id}/snapshots/{snapshot_id}/action Restore a volume from the snapshot.

Normal response codes: 202

Request

This table shows the URI parameters for the restore volume from the snapshot request:

Name Type Description
{tenant_id} String The unique identifier of the project or account.
{snapshot_id} UUID The unique identifier of an existing snapshot.

Example. Restore volume from the snapshot: JSON request


{
	"fcx-restore": {}
}       
     

Response

This operation does not return a response body.