API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
200
Returns the list of unclaimed storage volumes and their default
names
inline_response_2
00
Example HTTP response
Response 200
{
Ê "claimable_storage_volumes" : [ {
Ê "storage_volume_name" : "storage_volume_name",
Ê "storage_volume_path" : "storage_volume_path"
Ê }, {
Ê "storage_volume_name" : "storage_volume_name",
Ê "storage_volume_path" : "storage_volume_path"
Ê } ],
Ê "storage_array" : "storage_array",
Ê "unclaimed_storage_volumes" : 0
}
3.28.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
106