API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created StorageView.
StorageView
204
Created
Headers :
Location (string) : URI of created StorageView.
No Content
3.14.11. Returns a list of StorageView objects
GET /clusters/{cluster_name}/exports/storage_views
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
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)
Responses
HTTP
Code
Description Schema
200 A list of StorageView objects
< StorageView >
array
57