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 Storage Volume is forgotten No Content
3.32.4. Update attributes on a StorageVolume
PATCH /clusters/{cluster_name}/storage_volumes/{name}
Description
Settable attributes: 'name’and 'thin_rebuild'
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
storage_volum
e_patch_paylo
ad
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated StorageVolume StorageVolume
Example HTTP response
Response 200
100