List AirGap Protect Storage
Select
SaaS
List all Air Gap Protect storage
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
MRRStorage object[]
id integerStorage ID
name stringStorage name
storagePoolType stringDefault value: ```
status stringtype stringPossible values: [
MRR
]storageClass stringStorage tier
{
"MRRStorage": [
{
"id": 0,
"name": "string",
"storagePoolType": "`",
"status": "string",
"type": "MRR",
"storageClass": "string"
}
]
}
{
"metallicStorage": [
{
"id": 2043,
"name": "cvmetallic-azuredb1-server2-eastus",
"storagePoolType": "1",
"status": "Online",
"type": "Metallic",
"storageClass": "MRR_COOL"
},
{
"id": 1901,
"name": "cvmetallic-azuredb1-server-eastus",
"storagePoolType": "1",
"status": "Online",
"type": "Metallic",
"storageClass": "MRR_HOT"
}
]
}
Loading...