Create Task (Backup)
Select
SaaS
Customer Managed
This operation runs a backup job for a subclient or a backup set.
Customize the backup of the backupset using the payload
- application/json
Request Body
taskInfo object
associations object[]
Provide the backupset info: Use Get BackupSet API to get the details of these
applicationId integerApplication ID
clientName stringClient Name
backupsetName stringName of the backup set
appName stringApplication Name: Use Get Backup Set API to retrie
backupsetId integerId of the backupset
task object required
Customize the task
sequenceNumber integerA user-defined number other than zero.
initiatedFrom stringPossible values: [
GUI
,COMMANDLINE
]taskType integerThe option to schedule the task or to run the task immediately.
policyType integerValid value is DATA_PROTECTION
taskId integertaskFlags object
disabled booleansubTasks object[]
subTask object
subTaskType stringPossible values: [
BACKUP
]Valid value is BACKUP
operationType integerValid value is BACKUP.
options object
backupOpts object
truncateLogsOnSource booleanThe option to truncate logs on source.
sybaseSkipFullafterLogBkp booleanbackupLevel stringPossible values: [
FULL
,INCREMENTAL
,SYNTHETIC_FULL
]The type of backup to perform.
runIncrementalBackup booleanisSpHasInLineCopy booleanrunSILOBackup booleandoNotTruncateLog booleandataOpt object
skipCatalogPhaseForSnapBackup booleanfollowMountPoints booleanenableIndexCheckPointing booleanenforceTransactionLogUsage booleanspaceReclamation booleanskipConsistencyCheck booleancreateNewIndex booleanSAP Oracle: The option to create a new index.
verifySynthFull booleandataPathOpt object
mediaAgent object
mediaAgentId integerlibrary object
libraryId integerdrivePool object
drivePoolId integerspareGroup object
spareMediaGroupId integerdrive object
driveId integermediaOpt object
markMediaFullOnSuccess booleannumberofDays integerstartNewMedia booleanretentionJobType integerallowOtherSchedulesToUseMediaSet booleanreserveResourcesBeforeScan booleancommonOpts object
jobDescription stringjobRetryOpts object
killRunningJobWhenTotalRunningTimeExpires booleannumberOfRetries integerenableNumberOfRetries booleanrunningTime object
enableTotalRunningTime booleantotalRunningTime integerstartUpOpts object
startInSuspendedState booleanuseDefaultPriority booleanpriority integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- P O S T Create Task ( Backup) - This request starts an immediate backup job.
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 0,
"jobIds": [
"string"
]
}
Loading...