API Guide

Table Of Contents
Type Name Description Schema
Query
health_state
optional
Filter results by health_state. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
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
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)
Responses
HTTP
Code
Description Schema
200 A JSON array of distributed virtual volumes
< VirtualVolume >
array
3.12.15. Returns a single distributed VirtualVolume object
GET /distributed_storage/distributed_virtual_volumes/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
45