API Guide

Table Of Contents
3.32. Storage_volume
3.32.1. Returns a list of StorageVolume objects. Supports paging
GET /clusters/{cluster_name}/storage_volumes
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)
Query
largest_free_c
hunk
optional
Filter results by largest_free_chunk. See
NumericQueryExpression for details.
string
(NumericQueryExpr
ession)
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
provision_typ
e
optional
Filter results by provision_type. 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
storage_array
_name
optional
Filter results by storage_array_name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
97