API Guide

Table Of Contents
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Body
device_migrat
ion_patch_pay
load
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated DeviceMigration DeviceMigration
Example HTTP response
Response 200
{
Ê "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.6. Create a new ExtentMigration
POST /data_migrations/extent_migrations
Parameters
Type Name Schema
Body
extent_migration_payload
required
extent_migration_payload
Responses
23