API Guide

Table Of Contents
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource 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)
Responses
HTTP
Code
Description Schema
200 The single storage group StorageGroup
404 When no storage group is found Error
3.31. Storage_pool
3.31.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)
95