API Guide

Table Of Contents
Type Name Description Schema
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Responses
HTTP
Code
Description Schema
200
A JSON array of clusters
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< Cluster > array
3.6.2. Return a Cluster matching the provided name
GET /clusters/{cluster_name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster 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 Cluster Cluster
Example HTTP response
Response 200
13