Get Backup Set Properties
Select
SaaS
Customer Managed
This operation returns the properties associated with a backup set.
Visit the above link for all valid applicationId and appName
Path Parameters
- backupsetId string required
Id of the Backup Set
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Backup Set Properties
Schema
backupsetProperties object[]
modifiedTime integersecurityAssociations object
ownerAssociations object
indexSettings object
currentIndexServer object
clientId integerclientName stringqualifyingIndexServers object[]
clientId integerclientName stringbackupsetSecurity object
associatedUserGroups object[]
userGroupId integer_type_ integeruserGroupName stringownerCapabilities object
fsBackupSet object
pre70SystemStateArchiveFilesExist booleanuseChangeJournal booleanrunTrueUpJobAfterDaysForOnePass integerisIndexingV2 booleanuseArchiveBit booleanisUseBlockLevelBackup booleanflrRepSetName stringpreserveFileAccessTimes booleannetAppImageBackup booleancustomApplicationType integerisTrueUpOptionEnabledForOnePass booleanuseDCserviceForScan booleanfLRrepSetId integerplanEntity object
commonBackupSet object
dataMigratorILMCLASS booleannewBackupSetName stringonDemandBackupset booleanisDeleted booleanisFanInBackupSet booleanisLegalHoldBackupset booleandecompressData booleanisNasTurboBackupSet booleanisWildCardContentBackupSet booleancDRFSDMBackupset booleanuserDescription stringassociatedsubclientPolicy integerisDedupBackupset booleanisMyBackupSet booleansiloCopyId integerisDefaultBackupSet booleanisHidden booleanisMining booleanisUSeDCForBackup booleanbackupSetEntity object
clientId integerclientName stringinstanceName stringappName stringbackupsetId integer_type_ integerinstanceId integerbackupsetName stringapplicationId integer
{
"backupsetProperties": [
{
"modifiedTime": 0,
"securityAssociations": {
"ownerAssociations": {}
},
"indexSettings": {
"currentIndexServer": {
"clientId": 0,
"clientName": "string"
},
"qualifyingIndexServers": [
{
"clientId": 0,
"clientName": "string"
}
]
},
"backupsetSecurity": {
"associatedUserGroups": [
{
"userGroupId": 0,
"_type_": 0,
"userGroupName": "string"
}
],
"ownerCapabilities": {}
},
"fsBackupSet": {
"pre70SystemStateArchiveFilesExist": true,
"useChangeJournal": true,
"runTrueUpJobAfterDaysForOnePass": 0,
"isIndexingV2": true,
"useArchiveBit": true,
"isUseBlockLevelBackup": true,
"flrRepSetName": "string",
"preserveFileAccessTimes": true,
"netAppImageBackup": true,
"customApplicationType": 0,
"isTrueUpOptionEnabledForOnePass": true,
"useDCserviceForScan": true,
"fLRrepSetId": 0
},
"planEntity": {},
"commonBackupSet": {
"dataMigratorILMCLASS": true,
"newBackupSetName": "string",
"onDemandBackupset": true,
"isDeleted": true,
"isFanInBackupSet": true,
"isLegalHoldBackupset": true,
"decompressData": true,
"isNasTurboBackupSet": true,
"isWildCardContentBackupSet": true,
"cDRFSDMBackupset": true,
"userDescription": "string",
"associatedsubclientPolicy": 0,
"isDedupBackupset": true,
"isMyBackupSet": true,
"siloCopyId": 0,
"isDefaultBackupSet": true,
"isHidden": true,
"isMining": true,
"isUSeDCForBackup": true
},
"backupSetEntity": {
"clientId": 0,
"clientName": "string",
"instanceName": "string",
"appName": "string",
"backupsetId": 0,
"_type_": 0,
"instanceId": 0,
"backupsetName": "string",
"applicationId": 0
}
}
]
}
{
"backupsetProperties": [
{
"modifiedTime": 1487014530,
"securityAssociations": {
"ownerAssociations": {}
},
"indexSettings": {
"currentIndexServer": {
"clientId": 2,
"clientName": "greenvalley"
},
"qualifyingIndexServers": [
{
"clientId": 2,
"clientName": "greenvalley"
}
]
},
"backupsetSecurity": {
"associatedUserGroups": [
{
"userGroupId": 1,
"_type_": 15,
"userGroupName": "master"
},
{
"userGroupId": 3,
"_type_": 15,
"userGroupName": "View All"
}
],
"ownerCapabilities": {}
},
"fsBackupSet": {
"pre70SystemStateArchiveFilesExist": false,
"useChangeJournal": true,
"runTrueUpJobAfterDaysForOnePass": 30,
"isIndexingV2": true,
"useArchiveBit": false,
"isUseBlockLevelBackup": false,
"flrRepSetName": "",
"preserveFileAccessTimes": false,
"netAppImageBackup": false,
"customApplicationType": 0,
"isTrueUpOptionEnabledForOnePass": false,
"useDCserviceForScan": false,
"fLRrepSetId": 0
},
"planEntity": {},
"commonBackupSet": {
"dataMigratorILMCLASS": false,
"newBackupSetName": "defaultBackupSet",
"onDemandBackupset": false,
"isDeleted": false,
"isFanInBackupSet": false,
"isLegalHoldBackupset": false,
"decompressData": false,
"isNasTurboBackupSet": false,
"isWildCardContentBackupSet": false,
"cDRFSDMBackupset": false,
"userDescription": "",
"associatedsubclientPolicy": 0,
"isDedupBackupset": false,
"isMyBackupSet": false,
"siloCopyId": 0,
"isDefaultBackupSet": true,
"isHidden": false,
"isMining": false,
"isUSeDCForBackup": false
},
"backupSetEntity": {
"clientId": 2,
"clientName": "greenvalley",
"instanceName": "DefaultInstanceName",
"appName": "File System",
"backupsetId": 3,
"_type_": 6,
"instanceId": 1,
"backupsetName": "defaultBackupSet",
"applicationId": 33
}
}
]
}
Loading...