API Guide

Table Of Contents
HTTP
Code
Description Schema
200
A JSON array of consistency groups
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
<
ConsistencyGroup
> array
Produces
application/json
3.7.3. Returns a single ConsistencyGroup object
GET /clusters/{cluster_name}/consistency_groups/{name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Responses
HTTP
Code
Description Schema
200 A single ConsistencyGroup ConsistencyGroup
Example HTTP response
Response 200
18