API Guide

Table Of Contents
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/storage_groups
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
SRP
optional
Filter storage groups based on storage pools they
belong to. See LexicalQueryExpression for
details.
string
(LexicalQueryExpres
sion)
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
policy
optional
Filter storage groups by policy. 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 The list of names of storage groups
< StorageGroup >
array
404 When no storage groups are found Error
3.30.2. Return details of a given storage group
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/storage_groups/{name}
94