Reference Guide

HTTP
Code
Description Schema
400 Invalid Request error_response
404 Not Found error_response
422 Operation Failed error_response
POST /volume/{id}/snapshot
Description
Create a snapshot of a volume or a clone. The source id of the snapshot is the id of source volume or
clone. The source time is the time when the snapshot is created.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the volume or clone to
create a snapshot of.
string
Body
body
optional
volume_snapshot
Responses
HTTP
Code
Description Schema
200 Success
volume_snapshot_
response
204 Success No Content
400 Invalid Request error_response
404 Not Found error_response
422 Operation Failed error_response
POST /volume/{id}/clone
232
Dell EMC PowerStore REST API Reference Guide