API Guide

Table Of Contents
'ports'(add/remove)
Parameters
Type Name Description Schema
Header
allow_multi_f
ail
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
3.15. Extent
3.15.1. Create a new Extent
POST /clusters/{cluster_name}/extents
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
extent_payloa
d
required
extent_payload
59