API Guide

Table Of Contents
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Responses
HTTP
Code
Description Schema
200 A single MetaVolume MetaVolume
Example HTTP response
Response 200
{
Ê "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.4. Deletes a single MetaVolume
DELETE /clusters/{cluster_name}/meta_volumes/{name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
94