API Guide

Table Of Contents
Type Name Description Schema
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
operational_st
atus
optional
Filter results by operational_status. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Query
thin_capable
optional
Filter results by thin_capable. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
top_level
optional
Filter results by top_level. boolean
Query
virtual_volum
e
optional
Filter results by virtual_volume. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
visibility
optional
Filter results by visibility. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Responses
HTTP
Code
Description Schema
200
A list of Device objects
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< Device > array
3.9.3. Returns a single Device object
GET /clusters/{cluster_name}/devices/{name}
Parameters
29