Get All Cloud Storage
Select
Get All Cloud Storage
Query Parameters
- storageSubType string
Possible values: [
ALL
,IBMi_VTL
,ALL_EXCEPT_IBMi_VTL
,HEDVIG
,METALLIC
,METALLIC_CLOUD_STORAGE
,ALL_INCLUDING_METALLIC_CLOUD_STORAGE
,ALL_EXCEPT_METALLIC_CLOUD_STORAGE
]Filter cloud storage list to given subtype.
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
cloudStorage object[]
id int32id of the storage pool
name stringstorage pool name
storagePoolType stringPossible values: [
DEDUPLICATION
,SECONDARY_COPY
,NON_DEDUPLICATION
,SCALE_OUT
]status stringmentions if the storage pool is enabled
capacity int32provides the capacity of the storage pool. Provided in megabytes
freeSpace int32provides the free space available on the storage pool. Provided in megabytes.
libraryVendorType int32Gives the storage vendor of the storage pool.
storageType stringPossible values: [
ALL
,DISK
,CLOUD
,HYPERSCALE
,TAPE
]Indicates the type of storage for a storage pool.
company object
id int32name stringcommcell object
id int32name stringsizeOnDisk int64It indicates the amount of space consumed by storage pool.
cloudStorageClass object
It indicates the storage class of cloud storage pool.
id int32name stringregion object
It indicates the region of the storage pool.
id int32name stringdisplayName string
{
"cloudStorage": [
{
"id": 0,
"name": "string",
"storagePoolType": "DEDUPLICATION",
"status": "string",
"capacity": 0,
"freeSpace": 0,
"libraryVendorType": 0,
"storageType": "ALL",
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"id": 0,
"name": "string"
},
"sizeOnDisk": 0,
"cloudStorageClass": {
"id": 0,
"name": "string"
},
"region": {
"id": 0,
"name": "string",
"displayName": "string"
}
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}