API Guide

Table Of Contents
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource 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 StorageArray StorageArray
Example HTTP response
Response 200
{
Ê "name" : "EMC-SYMMETRIX-196801161",
Ê "controllers" : [ 196801161 ],
Ê "connectivity_status" : "ok",
Ê "ports" : [ 5764617914037707864, 5764617914037707868 ],
Ê "logical_unit_count" : 502
}
3.29.3. Get the default name mapping for claimable volumes on this array
GET /clusters/{cluster_name}/storage_arrays/{name}/name_mapping
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
Responses
HTTP
Code
Description Schema
200
Returns the list of unclaimed storage volumes and their default
names
Response 200
Response 200
92