API Guide

Table Of Contents
Name Schema
claimable_storage_volumes
optional
< inline_response_200_claimable_storage_volumes >
array
storage_array
optional
string
unclaimed_storage_volumes
optional
integer
3.29.4. Rediscover LUNs on the array
POST /clusters/{cluster_name}/storage_arrays/{name}/rediscover
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 The array rediscover was successful, return updated StorageArray StorageArray
204 The array rediscover was successful, no response content No Content
Example HTTP response
Response 200
{
Ê "name" : "EMC-SYMMETRIX-196801161",
Ê "controllers" : [ 196801161 ],
Ê "connectivity_status" : "ok",
Ê "ports" : [ 5764617914037707864, 5764617914037707868 ],
Ê "logical_unit_count" : 502
}
3.30. Storage_group
3.30.1. Return the list storage groups
93