Get Backup Destination details of ServerPlan
Select
SaaS
Customer Managed
Get specific backup destination details for a server plan
Path Parameters
- planId int32 required
Id of the plan to retrieve backup destination
- BackupDestinationId int32 required
Id of the backup destination
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
plan object
planBackupDestination object
- configurable boolean
Flag to specify whether backup destination is configurable (True when it belongs to a base plan or a derived plan with overriden storage pool)
region object
general object
backupType object
retentionRules object
mappings object[]
globalConfigInfo object
snapOptions object
{
"plan": {
"id": 0,
"name": "string"
},
"planBackupDestination": {
"id": 0,
"name": "string"
},
"configurable": true,
"region": {
"id": 0,
"name": "string",
"displayName": "string"
},
"general": {
"storage": {
"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",
"source": {
"id": 0,
"name": "string"
},
"netAppCloudTarget": true,
"isImmutableSnapCopy": true,
"isDefault": true,
"isActive": true,
"isCopyInMaintenanceMode": true,
"isCopyPromotionRequestSubmitted": true,
"complianceLock": true,
"isSnapCopy": true,
"isMirrorCopy": true,
"isAirgapCopy": true,
"copyType": "SYNCHRONOUS",
"snapCopyType": "DEFAULT_MIRROR",
"copyPrecedence": 0
},
"backupType": {
"backupTypesToCopy": "All_JOBS",
"backupTypesCopiedFrom": 0,
"fullBackupTypesToCopy": "FIRST"
},
"retentionRules": {
"enableDataAging": true,
"overrideRetentionSettings": true,
"retentionRuleType": "RETENTION_PERIOD",
"retentionPeriodDays": 0,
"snapRecoveryPoints": 0,
"useExtendedRetentionRules": true,
"extendedRetentionRules": {
"firstExtendedRetentionRule": {
"isInfiniteRetention": true,
"retentionPeriodDays": 0,
"type": "All_JOBS"
},
"secondExtendedRetentionRule": {
"isInfiniteRetention": true,
"retentionPeriodDays": 0,
"type": "All_JOBS"
},
"thirdExtendedRetentionRule": {
"isInfiniteRetention": true,
"retentionPeriodDays": 0,
"type": "All_JOBS"
}
},
"fullBackupTypesToBeRetained": "FIRST"
},
"mappings": [
{
"vendor": "NETAPP",
"source": {
"id": 0,
"name": "string"
},
"target": {
"id": 0,
"name": "string"
},
"sourceVendor": {
"id": 0,
"name": "string"
},
"targetVendor": {
"id": 0,
"name": "string"
},
"subclients": [
{
"id": 0,
"name": "string"
}
],
"mappingType": "DEFAULT_MAPPING"
}
],
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
},
"snapOptions": {
"isSourceBackupCopy": true
}
}
Requested Details not found
GET /v5/serverplan/:planid/backupdestination/:backupdestinationid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'