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.35.5. Update attributes on a VirtualVolume
PATCH /clusters/{cluster_name}/virtual_volumes/{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
virtual_volum
e_patch_paylo
ad
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated VirtualVolume VirtualVolume
Example HTTP response
Response 200
127