API Guide

Table Of Contents
Type Name Description Schema
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
service_status
optional
Filter results by service_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_enabled
optional
Filter results by thin_enabled. 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 JSON array of virtual volumes
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< VirtualVolume >
array
3.36.3. Return a VirtualVolume matching the provided name
GET /clusters/{cluster_name}/virtual_volumes/{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)
110