Skip to main content

Get All Cloud Storage

Get All Cloud Storage

Responses

Success


Schema
  • cloudStorage object[]
  • id int32

    id of the storage pool

  • name string

    storage pool name

  • storagePoolType string

    Possible values: [DEDUPLICATION, SECONDARY_COPY, NON_DEDUPLICATION, SCALE_OUT]

  • status string

    mentions if the storage pool is enabled

  • capacity int32

    provides the capacity of the storage pool. Provided in megabytes

  • freeSpace int32

    provides the free space available on the storage pool. Provided in megabytes.

  • company object
  • id int32
  • name string
  • commcell object
  • id int32
  • name string
GET /v4/storage/cloud    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/Storage/Cloud' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'