Reference Guide
Type Name Description Schema
Path
id
required
Unique identifier of volume for which to refresh
contents.
string
Body
body
required
volume_refresh
Responses
HTTP
Code
Description Schema
200 Success
volume_refresh_r
esponse
204 Success No Content
400 Invalid Request error_response
404 Not Found error_response
422 Operation Failed error_response
POST /volume/{id}/restore
Description
Restore a volume from a snapshot. A primary or clone volume can only be restored from one of its
immediate snapshots. By default, a backup snapshot of the target snapshot is created before the
restore is attempted. To skip creating a snapshot before restoring, set create_backup_snap to false.
If a snapshot is taken, the response includes the resulting snapshot id; otherwise it is empty. If a
custom profile is not specified, the profile for the backup snapshot is automatically generated. The
automatically generated profile only provides the name as an automatically generated, unique
value. Other optional parameters are not specified. When a volume is restored, the source_time is
the source_time of the snapshot from which it is restored.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the volume to restore. string
Body
body
required
volume_restore
234
Dell EMC PowerStore REST API Reference Guide










