EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Volume Group Snapset Session Sets

GET /volume-groups/block/{id}/protection/snapshot-sessions/copy-sets

Get all snapshot session set names for a volume group.

idThe URI of the volume group

Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

VolumeGroupCopySetList

Field Description Type Notes
<copy_sets>
<copy_set> List of copy set names belonging to volume group. String 0-* Elements
</copy_sets>