
Service used to manage resource migrations.
Resource | Description |
POST /block/migrations | Perform a non-disruptive migration for a VPLEX volume. |
GET /block/migrations | List migrations |
GET /block/migrations/{id} | Show data for a migration. |
POST /block/migrations/{id}/pause | Pause a migration. |
POST /block/migrations/{id}/resume | Resume a paused migration. |
POST /block/migrations/{id}/cancel | Cancel an uncommitted migration. |
POST /block/migrations/bulk | |
POST /block/migrations/{id}/deactivate | Delete a committed or cancelled migration. |
GET /block/migrations/{id}/tasks | List tasks for resource |
GET /block/migrations/{id}/tasks/{op_id}/ | Show task |
PUT /block/migrations/{id}/tags | Assign tags to resource |
GET /block/migrations/{id}/tags | List tags assigned to resource |
GET /block/migrations/search | Search API |
GET /block/migrations/bulk | List all instances of resource type |
POST /block/migrations/bulk | List data of specified resources |