API Guide

Table Of Contents
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
device_payloa
d
required
device_payload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created LocalDevice.
Device
204
Created
Headers :
Location (string) : URI of created LocalDevice.
No Content
3.9.2. Returns a list of Device objects
GET /clusters/{cluster_name}/devices
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
capacity
optional
Filter results by capacity. See
NumericQueryExpression for details.
string
(NumericQueryExpr
ession)
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
health_state
optional
Filter results by health_state. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
28