API Guide

Table Of Contents
3.36. Virtual_volume
3.36.1. Create a new virtual volume
POST /clusters/{cluster_name}/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
Path
cluster_name
required
The name of the cluster string
Body
virtual_volum
e_payload
required
virtual_volume_payl
oad
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created VirtualVolume.
VirtualVolume
204
Created
Headers :
Location (string) : URI of created VirtualVolume.
No Content
Example HTTP response
Response 201
108