EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Volume Migrations

GET /block/volumes/{id}/migrations

Returns a list of the migrations associated with the volume identified by the id specified in the request.

idthe URN of a ViPR volume.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR
  • TENANT_ADMIN

Response Body

A list specifying the id, name, and self link of the migrations associated with the volume

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