API Guide

Table Of Contents
Response 200
{
Ê "name" : "EMC-SYMMETRIX-196801161",
Ê "controllers" : [ 196801161 ],
Ê "connectivity_status" : "ok",
Ê "ports" : [ 5764617914037707864, 5764617914037707868 ],
Ê "logical_unit_count" : 502
}
3.29. Storage_group
3.29.1. Return the list storage groups
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)
107