EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Snapshot Sessions

GET /block/volumes/{id}/protection/snapshot-sessions

List volume snapshot sessions.

idThe URI of a ViPR Volume.

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

Volume snapshot response containing list of snapshot sessions

Field Description Type Notes
<snapshot_sessions>
<snapshot_session>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</snapshot_session>      
</snapshot_sessions>