API Guide

Table Of Contents
{
Ê "name" : "cluster-1",
Ê "cluster_id" : 1,
Ê "island_id" : 1,
Ê "allow_auto_join" : true,
Ê "connected" : true,
Ê "top_level_assembly" : "FNM00123456789",
Ê "operational_status" : "ok",
Ê "transition_indications" : [ ],
Ê "transition_progress" : [ ],
Ê "health_state" : "ok",
Ê "health_indications" : [ ],
Ê "system_time" : "Mon Nov 19 22:59:37 UTC 2018",
Ê "ip_address" : "10.6.209.205",
Ê "is_local" : true
}
3.7. Consistency_group
3.7.1. Create a new ConsistencyGroup
POST /clusters/{cluster_name}/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
Path
cluster_name
required
The name of the cluster string
Body
consistency_gr
oup_payload
required
consistency_group_p
ayload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created ConsistencyGroup.
ConsistencyGroup
15