API Guide

Table Of Contents
{
Ê "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.9. Deletes a single canceled or committed ExtentMigration
DELETE /data_migrations/extent_migrations/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
204 Deleted No Content
3.8.10. Update attributes on a ExtentMigration
PATCH /data_migrations/extent_migrations/{name}
Description
Settable attributes: 'name', 'transfer_size' and 'status'(replace)
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
26