API Guide

Table Of Contents
{
Ê "rebuild_progress" : 1,
Ê "health_state" : "health_state",
Ê "operational_status" : "operational_status",
Ê "thin_capable" : true,
Ê "virtual_volume" : "virtual_volume",
Ê "rule_set_name" : "rule_set_name",
Ê "health_indications" : [ "health_indications", "health_indications" ],
Ê "capacity" : 0,
Ê "rebuild_type" : "rebuild_type",
Ê "storage_array_family" : { },
Ê "rebuild_allowed" : true,
Ê "name" : "name",
Ê "service_status" : "service_status",
Ê "geometry" : "geometry",
Ê "rebuild_eta" : 6,
Ê "rebuild_status" : "rebuild_status"
}
3.12.13. Create a new distributed VirtualVolume
POST /distributed_storage/distributed_virtual_volumes
Parameters
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
Body
distributed_vi
rtual_volume_
payload
required
distributed_virtual_v
olume_payload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created distributed VirtualVolume.
VirtualVolume
49