API Guide

Table Of Contents
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
meta_volume_
payload
required
meta_volume_payloa
d
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created MetaVolume.
MetaVolume
204
Created
Headers :
Location (string) : URI of created MetaVolume.
No Content
Example HTTP response
Response 201
{
Ê "active" : true,
Ê "application_consistent" : false,
Ê "block_count" : 20971264,
Ê "block_size" : 4096,
Ê "capacity" : 85898297344,
Ê "health_indications" : [ ],
Ê "health_state" : "ok",
Ê "name" : "meta_c1",
Ê "operational_status" : "ok",
Ê "storage_array_family" : "unknown",
Ê "system_id" : "meta_c1",
Ê "volume_uuid" : 1154279114901807020
}
3.24.2. Returns a list of MetaVolume objects. Supports paging
92