API Guide

Table Of Contents
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
Responses
HTTP
Code
Description Schema
204 LogicalUnits are forgotten No Content
3.22.3. Returns a single LogicalUnit by name
GET /clusters/{cluster_name}/storage_arrays/{storagearray_name}/logical_units/{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 A single LogicalUnit LogicalUnit
3.23. Maps
3.23.1. Get the parents and children for the passed element
GET /map
77