EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Migrations

GET /block/migrations

Returns a list of the migrations the user is permitted to see or an empty list if the user is not authorized for any migrations.


Required Roles

Requires one of the following roles:

  • TENANT_ADMIN
  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

A MigrationList specifying the name, id, and self link for each migration.

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>