API Guide

Table Of Contents
3.14.9. Update attributes on a Port
PATCH /clusters/{cluster_name}/exports/ports/{name}
Description
Settable attributes are 'name' and 'enabled'
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
Body
port_patch_pa
yload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated Port Port
3.14.10. Create a new StorageView
POST /clusters/{cluster_name}/exports/storage_views
Parameters
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
Path
cluster_name
required
The name of the cluster string
Body
storage_view_
payload
required
storage_view_payloa
d
56