API Guide

Table Of Contents
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created DeviceMigration.
ExtentMigration
Example HTTP response
Response 201
{
Ê "name" : "E_6bb8a76_1_6bb8a6a_1",
Ê "from_cluster" : "/vplex/v2/clusters/cluster-1",
Ê "percentage_done" : 15,
Ê "source" : "/vplex/v2/clusters/cluster-
1/extents/extent_VPD83T3_600014400000001001d1794456bb8a76_1",
Ê "start_time" : "Mon Jan 21 23:25:35 UTC 2019",
Ê "status" : "in-progress",
Ê "target" : "/vplex/v2/clusters/cluster-
1/extents/extent_VPD83T3_600014400000001001d1794456bb8a6a_1",
Ê "to_cluster" : "/vplex/v2/clusters/cluster-1",
Ê "transfer_size" : 131072,
Ê "type" : "full"
}
3.8.7. Returns a list of extent migrations
GET /data_migrations/extent_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)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
25