API Guide

Table Of Contents
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
204 Deleted No Content
3.15.5. Update attributes on a Extent
PATCH /clusters/{cluster_name}/extents/{name}
Description
Settable attributes: '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
Body
extent_patch_
payload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated Extent Extent
Example HTTP response
Response 200
63