API Guide

Table Of Contents
3.14.12. Returns a single StorageView
GET /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
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 A single StorageView StorageView
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
Responses
HTTP
Code
Description Schema
204 Deleted No Content
3.14.14. Update attributes on a StorageView
PATCH /clusters/{cluster_name}/exports/storage_views/{name}
Description
Settable attributes: 'name', 'initiators'(add/remove), 'virtual_volumes'(add/remove),
58