API Guide

Table Of Contents
POST /distributed_storage/distributed_virtual_volumes/{name}/expand
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Body
distributed_vi
rtual_volume_
expand_paylo
ad
required
distributed_virtual_v
olume_expand_payl
oad
Responses
HTTP
Code
Description Schema
200 Updated distributed 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"
}
3.12.19. Returns a list of RuleSets
GET /distributed_storage/rule_sets
48