REST API Reference Version 3.1.0.0Search

Bulk_create

POST v1/snapshots/actions/bulk_create

Description

Create snapshots on the given set of volumes. The volumes must be in the same volume collection.

Normal Response Codes

200

HTTP Error Codes

400 401 404 409 500 503

Detail Error Codes

Request

Parameter Type JSON Type Description Mandatory
snap_vol_list NsSnapVolList Array of NsSnapVol List of volumes to snapshot and corresponding snapshot creation attributes. VSS application-synchronized snapshot must specify the 'writable' parameter and set it to true. List of snapshots to create. true
replicate NsBoolean boolean Allow snapshot to be replicated. Possible values: 'true', 'false'. true
vss_snap NsBoolean boolean VSS app-synchronized snapshot. Possible values: 'true', 'false'. true

JSON Request

Response

Parameter Type JSON Type Description
snapshots_bulk_create_response NsSnapVolListReturn object Object containing list of new snapshots' ids. Object returned after creating snapshot collection.

JSON Response