API Guide

Table Of Contents
{
Ê "operational_status" : "operational_status",
Ê "name" : "name",
Ê "virtual_volumes" : [ {
Ê "lun" : 6,
Ê "vpd_id" : "vpd_id",
Ê "uri" : "uri",
Ê "capacity" : 0
Ê }, {
Ê "lun" : 6,
Ê "vpd_id" : "vpd_id",
Ê "uri" : "uri",
Ê "capacity" : 0
Ê } ],
Ê "initiators" : [ "initiators", "initiators" ],
Ê "ports" : [ "ports", "ports" ]
}
3.15. Extent
3.15.1. Create a new Extent
POST /clusters/{cluster_name}/extents
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
extent_payloa
d
required
extent_payload
Responses
69