API Guide

Table Of Contents
3.12. Distributed_storage
3.12.1. Create a new distributed ConsistencyGroup
POST /distributed_storage/distributed_consistency_groups
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
Body
distributed_co
nsistency_gro
up_payload
required
distributed_consiste
ncy_group_payload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created distributed ConsistencyGroup.
ConsistencyGroup
204
Created
Headers :
Location (string) : URI of created distributed ConsistencyGroup.
No Content
Example HTTP response
Response 201
35