API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created VirtualVolume.
VirtualVolume
204
Created
Headers :
Location (string) : URI of created VirtualVolume.
No Content
Example HTTP response
Response 201
{
Ê "name" : "TEST_vvol",
Ê "operational_status" : "ok",
Ê "health_state" : "ok",
Ê "service_status" : "running",
Ê "block_count" : 524288,
Ê "block_size" : 4096,
Ê "capacity" : 2147483648,
Ê "locality" : "local",
Ê "expandable" : true,
Ê "vpd_id" : "VPD83T3:6000144000000010016d5f9474ade8e0",
Ê "thin_enabled" : "disabled",
Ê "storage_array_family" : "unknown",
Ê "supporting_device" : "TEST",
Ê "visibility" : "local"
}
3.35.2. Returns a list of virtual volumes
GET /clusters/{cluster_name}/virtual_volumes
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
capacity
optional
Filter results by capacity. See
NumericQueryExpression for details.
string
(NumericQueryExpr
ession)
124