API Guide

Table Of Contents
3.12.6. Manually resume I/O to the virtual-volumes in a distributed
consistency group. In a cluster-partition scenario where the ruleset does
not indicate an automatic winner, this endpoint will select the winning
cluster where I/O should continue. After a cluster-partition is resolved, in
the case that auto-resume-at-loser is set to false, this endpoint will resume
I/O on the losing cluster.
POST /distributed_storage/distributed_consistency_groups/{name}/resume
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Body
cg_resume_pa
yload
required
cg_resume_payload
Responses
HTTP
Code
Description Schema
200 A JSON array of distributed consistency groups ConsistencyGroup
Produces
application/json
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" ]
}
39