API Guide

Table Of Contents
Type Name Description Schema
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 Extent object Extent
Example HTTP response
Response 200
{
Ê "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.4. Delets a single Extent object
DELETE /clusters/{cluster_name}/extents/{name}
62