API Guide

Table Of Contents
* virtual_volumes (add/remove)
* visibility (add/remove)
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Body
consistency_gr
oup_patch_pa
yload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated ConsistencyGroup ConsistencyGroup
Example HTTP response
Response 200
{
Ê "name" : "Test_CG",
Ê "operational_status" : [ {
Ê "cluster" : "/vplex/v2/clusters/cluster-1",
Ê "summary" : "ok",
Ê "details" : [ ]
Ê } ],
Ê "read_only" : false,
Ê "virtual_volumes" : [ "/vplex/v2/clusters/virtual_volumes/vvol1",
"/vplex/v2/clusters/virtual_volumes/vvol2" ]
}
3.8. Data_migration
3.8.1. Create a new DeviceMigration
POST /data_migrations/device_migrations
19