API Guide

Table Of Contents
3.12.12. Manually resume I/O to a distributed device that supports a
distributed virtual-volume.
POST /distributed_storage/distributed_devices/{name}/resume
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 A distributed device object DistributedDevice
Produces
application/json
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
43