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[]
id integercloud storage ID
name stringcloud storage name
storagePoolType stringcloud storage type
status stringoffline/online status
type stringAzure/Metalic
storageClass stringPossible values: [
MRR_COOL
,MRR_HOT
]applicable only if type is Metallic
{
"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"
}
]
}
Loading...