GetArchiveBackupDestinations
Select
SaaS
Customer Managed
Get Backup Destinations for a Plan
Path Parameters
- planId int32 required
Id of the Archive Plan to retrieve backup destinations
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
backupdestinations object[]
- regionsConfigured boolean
Specifies if the plan has region-based storage
{
"backupdestinations": [
{
"planBackupDestination": {
"id": 0,
"name": "string"
},
"isDefault": true,
"copyType": "SYNCHRONOUS",
"copyTypeName": "DEFAULT_MIRROR",
"copyPrecedence": 0,
"storagePool": {
"id": 0,
"name": "string",
"type": "DEDUPLICATION",
"retentionPeriodDays": 0,
"wormStoragePoolFlag": 0,
"deviceType": {
"id": 0,
"name": "DEFAULT"
},
"storageClass": "DEFAULT",
"isArchiveStorage": true,
"region": {
"id": 0,
"name": "string",
"displayName": "string"
}
},
"storageType": "ALL",
"sourceCopy": {
"id": 0,
"name": "string"
},
"region": {
"id": 0,
"name": "string",
"displayName": "string"
},
"enableDataAging": true,
"retentionPeriodDays": 0,
"overrideRetentionSettings": true
}
],
"regionsConfigured": true
}
Requested Details not found
GET /v4/archiveplan/:planid/backupdestinations
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArchivePlan/:planId/BackupDestinations' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'