Modify RAC subclient
This operation is used to modify RAC subclient properties
Path Parameters
- subclientids string required
- subclientid string required
- application/json
Request Body
subClientProperties object
Set oracleRAC subclient options
planEntity object
planName stringPlan name
planId integeroracleSubclientProp object
selectiveOnlineFull booleanSet to true to enable selective online full backups
data booleanSet to true if data is to be backed up
backupMode stringPossible values: [
ONLINE_DB
,ONLINE_SUBSET_DB
,OFFLINE_DB
]Select backupmode for the subclient.
lightsOutScript booleanSet to true if the backupmode is OFFLINE_DB
enableTableBrowse booleanEnable this option to collect table metadata during backups
backupArchiveLog booleanSet this to true to backup Oracle archive logs
archiveDelete booleanSet this to true to delete backed up archivelogs
archiveDeleteAll booleandataFilesPerBFS integerOracle Filesperset parameter for datafiles
maxBackupSetSizeInKB integerOracle Maxset size parameter
archiveFilesPerBFS integerOracle filesperset parameter for archivelogs
maxOpenFiles integerNumber of files that can be read by a stream simultaneuously
dataThresholdStreams integerNumber of data streams
sectionSizeInKB integerOracle section size parameter to create multi-section backup
snapImageCopy booleanSet this to true to enable RMAN image copy
imageCopyDir stringEnter directory to save image copy
oracleDataBackupStreams object[]
Streams for oracle data backups
streamInstanceName stringInstance name of the oracle RAC
streamNumber integerNumber of streams for Data
priority integerinstanceId integerInstance id of the RAC instance
oracleLogBackupStreams object[]
Streams for oracle log backups
streamInstanceName stringInstance name of the oracle RAC
streamNumber integerNumber of streams for log backup
priority integerinstanceId integerInstance id of the RAC instance
commonProperties object
snapCopyInfo object
Use this object to enable and set snashop options
isSnapBackupEnabled booleanSet to true to enable Snap backups
snapToTapeSelectedEngine object
snapShotEngineId integerSelect snapshot engine Id.
snapShotEngineName stringSelect Snapshot engine name.
snapToTapeProxyToUse object
Select proxy for snap operations
clientId integerProxy client Id for snap operations.
clientName stringProxy client name for snap operations
useSeparateProxyForSnapToTape booleanSet this to true this if you want to use a proxy for backup copy.
backupCopyInterface stringPossible values: [
RMAN
,FILE_SYSTEM
,VOLUME_COPY
]Select backup copy interface
separateProxyForSnapToTape object
This object is used to set proxy options for backup copy
clientId integerClient id of proxy to be used for backup copy
clientName stringClient name of proxy to be used for backup copy
subClientEntity object
clientName stringpseudo client name
instanceName stringdisplayName stringbackupsetId integer_type_ integercommCellName stringinstanceId integercsGUID stringsubclientGUID stringsubclientId integerclientId integerappName stringbackupsetName stringapplicationId integersubclientName stringentityInfo object
companyId integercompanyName string
- 200
OK