Get Disk Storage
Select
SaaS
Customer Managed
Get a list of disk storage pools
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
diskStorage 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
{
"diskStorage": [
{
"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
Loading...