API Guide

Table Of Contents
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),
'ports'(add/remove)
Parameters
Type Name Description Schema
Header
allow-multi-
fail
optional
boolean
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Body
storage_view_
patch_payload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated StorageView StorageView
Example HTTP response
Response 200
68