API Guide

Table Of Contents
{
Ê "SRP" : "SRP",
Ê "number_of_volumes" : "number_of_volumes",
Ê "parent_storage_group" : "parent_storage_group",
Ê "name" : "name",
Ê "masking_views" : [ "masking_views", "masking_views" ],
Ê "policy" : "policy"
}
3.30. Storage_pool
3.30.1. Return the list storage pools
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/storage_pools
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
storagearray_
name
required
The name of the storage array 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
policies
optional
Filter storage pools by policies. 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)
109