The object model describing this resource contains the following objects.
storagePool
Attribute |
JSON Type |
Data Type |
Description |
objectId |
string |
string |
Storage pool object unique
identifier. |
storagePoolId |
number |
uint64 |
Storage pool ID. |
label |
string |
string |
Storage pool label. |
totalCapacity |
number |
uint64 |
Total capacity in bytes. |
usedCapacity |
number |
uint64 |
Used capacity in bytes. |
freeCapacity |
number |
uint64 |
Free capacity in bytes. |
chunkSize |
number |
uint64 |
Chunk size in bytes. |
isHealthy |
boolean |
boolean |
True if storage pool is in healthy
condition. |
isTiered |
boolean |
boolean |
True if storage pool is tiered.
|
isFilesystemExpansionAllowed |
boolean |
boolean |
True if allowed. |
isAssignedToLocalCluster |
boolean |
boolean |
True if assigned. |
tierInformation |
object |
array |
Array of tierInformation objects related to the
storage pool, if the storage pool is made up from multiple tiers.
Empty if storage pool is only a single tier |
tierinformation
Attribute |
JSON Type |
Data Type |
Description |
tierNumber |
number |
integer |
Tier number. |
tierCapacity |
number |
uint64 |
Capacity of the tier in bytes.
|
tierFreeSpace |
number |
uint64 |
Free capacity of the tier in
bytes. |
storagePoolHdpPoolInfo
Attribute |
JSON Type |
Data Type |
Description |
arraySerial |
string |
string |
Serial number of the Hitachi Dynamic
Provisioning (HDP) pool storage system. |
freeSpace |
number |
integer |
Free space (in bytes) of the HDP
pool. |
poolIds |
array |
array |
List of other storage pools that are
included in this HDP pool. |
poolNumber |
number |
integer |
HDP pool number. |