API Guide

Table Of Contents
Parameters
Type Name Schema
Body
device_migration_payload
required
device_migration_payload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created DeviceMigration.
DeviceMigration
Example HTTP response
Response 201
{
Ê "name" : "D_dev_1_dev_2",
Ê "from_cluster" : "/vplex/v2/clusters/cluster-1",
Ê "percentage_done" : 3,
Ê "source" : "/vplex/v2/clusters/cluster-1/devices/dev_1",
Ê "start_time" : "Thu Oct 25 22:03:46 UTC 2018",
Ê "status" : "in-progress",
Ê "target" : "/vplex/v2/clusters/cluster-1/devices/dev_2",
Ê "to_cluster" : "/vplex/v2/clusters/cluster-1",
Ê "transfer_size" : 131072,
Ê "type" : "full",
Ê "source_exported" : false,
Ê "target_exported" : false
}
3.8.2. Returns a list of device migrations
GET /data_migrations/device_migrations
Parameters
Type Name Description Schema
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
from_cluster
optional
Filter results by from_cluster. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
20