Skip to main content

Select Azure Storage

Select

SaaS
Customer Managed

Configure Cloud Storage For Added Protection

Configure cloud storage that provides geographic redundancy for your backups. It is recommended to use storage that is replicated to ensure data resiliency and availability. Ensure the appropriate class is selected and life cycle polices implemented to avoid unnecessary charges and data loops.

This API returns list of available cloud storage.

Responses

OK


Schema
  • cloudStorage object[]
  • id integer

    cloud storage ID

  • name string

    cloud storage name

  • storagePoolType string

    cloud storage type

  • status string

    offline/online status

  • type string

    Azure/Metalic

  • storageClass string

    Possible values: [MRR_COOL, MRR_HOT]

    applicable only if type is Metallic

GET /v4/storage/cloud/azure    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'