API Guide

Table Of Contents
Type Name Description Schema
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.29.2. Return details of a given storage group
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/storage_groups/{name}
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
Example HTTP response
Response 200
108