API Guide

Table Of Contents
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created Extent.
Extent
204
Created
Headers :
Location (string) : URI of created Extent.
No Content
Example HTTP response
Response 201
{
Ê "application-consistent" : false,
Ê "block-count" : 38656,
Ê "block-offset" : 0,
Ê "block-size" : "4K",
Ê "capacity" : "151M",
Ê "health-indications" : [ ],
Ê "health-state" : "ok",
Ê "io-status" : "alive",
Ê "itls" : [ "0x500014426012c510/0x5006016447e002c5/0x01a7",
"0x500014426012c510/0x5006016547e002c5/0x01a7",
"0x500014426012c511/0x5006016447e002c5/0x01a7",
"0x500014426012c511/0x5006016547e002c5/0x01a7" ],
Ê "locality" : "test_local",
Ê "operational-status" : "ok",
Ê "storage-array-family" : "xtremio",
Ê "storage-volume" : "VPD83T3:514f0c5e61803e72",
Ê "storage-volumetype" : "normal",
Ê "system-id" : "SLICE:e025d86e8d44bdb0",
Ê "thin-capable" : true,
Ê "underlying-storage-block-size" : 512,
Ê "use" : "used",
Ê "used-by" : [ "device_thin_attri_20180818154928680985_c1" ],
Ê "vendor-specific-name" : "XtremIO"
}
3.15.2. Returns a list of Extent objects
GET /clusters/{cluster_name}/extents
Parameters
70