API Guide

Table Of Contents
HTTP
Code
Description Schema
204 Deleted No Content
3.12.5. Update attributes on a distributed ConsistencyGroup
PATCH /distributed_storage/distributed_consistency_groups/{name}
Description
Patchable attributes are 'storage_at_clusters' (add/remove), 'virtual_volumes' (add/remove),
'visibility' (add/remove), 'name', 'recoverpoint_enabled', 'auto_resume_at_loser' and 'detach_rule'
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Body
distributed_co
nsistency_gro
up_patch_payl
oad
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated distributed 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" ]
}
38