API Guide

Table Of Contents
3.22.1. Returns a list of LogicalUnits
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/logical_units
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
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Query
storage_volum
e
optional
Filter results by storage_volume. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Responses
HTTP
Code
Description Schema
200
A JSON array of logical units
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< LogicalUnit >
array
3.22.2. Forgets logicalUnits in an array
DELETE /clusters/{cluster_name}/storage_arrays/{storagearray_name}/logical_units
76