API Guide

Table Of Contents
Type Name Description Schema
Body
extent_migrat
ion_patch_pay
load
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated ExtentMigration ExtentMigration
Example HTTP response
Response 200
{
Ê "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.9. Devices
3.9.1. Create a new Device
POST /clusters/{cluster_name}/devices
Parameters
27