API Guide

Table Of Contents
Type Name Description Schema
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" ]
}
3.12.7. Create a new DistributedDevice
POST /distributed_storage/distributed_devices
Parameters
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
43