Get All Local Storage
Select
SaaS
Customer Managed
Get a list of Local 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 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"
}
}
]
}
Requested Details not found
Loading...