API Guide

Table Of Contents
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 A single StorageView StorageView
Example HTTP response
Response 200
{
Ê "operational_status" : "operational_status",
Ê "name" : "name",
Ê "virtual_volumes" : [ {
Ê "lun" : 6,
Ê "vpd_id" : "vpd_id",
Ê "uri" : "uri",
Ê "capacity" : 0
Ê }, {
Ê "lun" : 6,
Ê "vpd_id" : "vpd_id",
Ê "uri" : "uri",
Ê "capacity" : 0
Ê } ],
Ê "initiators" : [ "initiators", "initiators" ],
Ê "ports" : [ "ports", "ports" ]
}
3.14.13. Deletes a single StorageView
DELETE /clusters/{cluster_name}/exports/storage_views/{name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
string
67