API Guide

Table Of Contents
3.36.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
{
Ê "name" : "TEST_vvol",
Ê "operational_status" : "ok",
Ê "health_state" : "ok",
Ê "service_status" : "running",
Ê "block_count" : 524288,
Ê "block_size" : 4096,
Ê "capacity" : 2147483648,
Ê "locality" : "local",
Ê "expandable" : true,
Ê "vpd_id" : "VPD83T3:6000144000000010016d5f9474ade8e0",
Ê "thin_enabled" : "disabled",
Ê "storage_array_family" : "unknown",
Ê "supporting_device" : "TEST",
Ê "visibility" : "local"
}
112