API Guide

Table Of Contents
Type Name Description Schema
Body
distributed_de
vice_payload
required
distributed_device_p
ayload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created DistributedDevice.
DistributedDevice
204
Created
Headers :
Location (string) : URI of created DistributedDevice.
No Content
Example HTTP response
Response 201
{
Ê "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.8. Returns a list of DistributedDevices
GET /distributed_storage/distributed_devices
Parameters
44