API Guide

Table Of Contents
3.12.3. Returns a single distributed ConsistencyGroup object
GET /distributed_storage/distributed_consistency_groups/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 A single 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" ]
}
3.12.4. Deletes a single distributed ConsistencyGroup
DELETE /distributed_storage/distributed_consistency_groups/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
37