Modify Backup Set Properties By Name
Select
This operation updates the properties associated with a backup set.
Path Parameters
- ClientName string required
Name of the client computer
- BackupsetName string required
Name of the backupset
- AppName string required
Name of the application
- application/json
Request Body
backupsetProperties object
backupsetSecurity object
clientOwners string[]The name of the client owners.
associatedUserGroups object[]
userGroupName stringThe name of the user group associated with the backup se
ownerCapabilities objectThe capabilities of the client computer owners associated with the backup set
fsBackupSet object
useChangeJournal booleanThe option to backup all of the new or changed data since the last incremental or full backup, ignoring any differential backups performed prior to the current backup.
useArchiveBit booleanThe option to check whether files are considered modified and therefore backed up based on either the state of the archive bit or the file modification time.
flrRepSetName stringpreserveFileAccessTimes booleanThe option to prevent the file access time from being changed as a result of running data protection operations.
netAppImageBackup booleanuseDCserviceForScan booleanThe option to maintain a separate database to track changes in the files. Use this option when scanning a large number of files and folders for the backup.
commonBackupSet object
dataMigratorILMCLASS booleannewBackupSetName stringThe new name of the backup set if it has to be u
onDemandBackupset booleanThe option to set the backup set as an on demand backup set.
isDeleted booleanThe option to delete the backup set.
isFanInBackupSet booleandecompressData booleanThe option to decompress data that is in a compressed format on the backup media
isNasTurboBackupSet booleanThe option to use the backup set for a NAS turbo restore
isWildCardContentBackupSet booleanThe option for the backup set to support wildcards
cDRFSDMBackupset booleanInternal
userDescription stringThe description of the backup set.
isDedupBackupset booleanisMyBackupSet booleanThe option to use the backup set for my backup set
siloCopyId integerThe system-generated ID assigned to the silo copy
isDefaultBackupSet booleanThe option to set the backup set as the default backup set.
isHidden booleanThe option to set the backup set storage policy as hidden
isMining booleanassociatedsubclientPolicyName stringisUSeDCForBackup booleanbackupSetEntity object required
clientName string requiredThe name of the client.
instanceName string requiredThe name of the instance, for example: DefaultInstanceName.
appName string requiredPossible values: [
DB2
,DB2 on UNIX
,Exchange Database
,File System
,MySQL
,NAS
,Notes Database
,Oracle
,Oracle RAC
,PostgreSQL
,SAP for MAX DB
,SAP for Oracle
,SQL Server
,Sybase Database
,Virtual Server
]The name of the application.
backupsetName string requiredThe name of the backup set.
planEntity object
Associate to plan
planId integerPlan ID
planName stringPlan Name
- 200
OK
- application/json
- Schema
- Example (from schema)
- P O S T Backup Set Properties - Setting the backupset name to default Backup Set
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
srmReportSet integertype integerapplicationId integerbackupsetId integersrmReportType integerclientSidePackage booleanclientId integer_type_ integerconsumeLicense boolean
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"applicationId": 0,
"backupsetId": 0,
"srmReportType": 0,
"clientSidePackage": true,
"clientId": 0,
"_type_": 0,
"consumeLicense": true
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"applicationId": 33,
"backupsetId": 3,
"srmReportType": 0,
"clientSidePackage": true,
"clientId": 2,
"_type_": 0,
"consumeLicense": true
}
}
]
}