Get All Cloud Storage
Get All Cloud Storage
Responses
- 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.
company object
id int32name stringcommcell object
id int32name string
{
"cloudStorage": [
{
"id": 0,
"name": "string",
"storagePoolType": "DEDUPLICATION",
"status": "string",
"capacity": 0,
"freeSpace": 0,
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"id": 0,
"name": "string"
}
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...