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
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
cloudStorage object[]
{
"cloudStorage": [
{
"id": 0,
"name": "string",
"storagePoolType": "string",
"status": "string",
"type": "string",
"storageClass": "MRR_COOL"
}
]
}
{
"cloudStorage": [
{
"id": 2169,
"name": "Cloud storage",
"storagePoolType": "1",
"status": "Online",
"type": "Azure"
},
{
"id": 2228,
"name": "Cloudstorage1234",
"storagePoolType": "1",
"status": "Online",
"type": "Azure"
}
]
}
GET /v4/storage/cloud/azure
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/storage/cloud/azure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'