EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Volume Group Snapshot Sets

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

Get all snapshot 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

The list of snapshot set names for the volume group

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