Get Job Task Details
Select
SaaS
Customer Managed
This operation returns the summary for a specific job with its task details.
Path Parameters
- jobId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
taskInfo object
associations object[]
subclientId integerapplicationId integerclientName stringbackupsetId integerinstanceId integerclientId integersubclientName stringbackupsetName stringinstanceName string_type_ integerappName stringtask object
ownerId integerrunUserId integertaskType integersubTasks object[]
subTaskOperation integersubTask object
subTaskType integeroperationType integeroptions object
adminOpts object
updateOption object
invokeLevel integerrestoreOptions object
restoreACLsType integerimpersonation object
useImpersonation booleanuser object
password stringvirtualServerRstOption object
viewType integerisFileBrowse booleanuserPassword object
userName stringdiskLevelVMRestoreOption object
useVcloudCredentials booleanvolumeRstOption object
volumeLeveRestore booleanbrowseOption object
listMedia booleanuseExactIndex booleannoImage booleanfromTime integercommCellId integertoTime integermediaOption object
copyPrecedence object
copyPrecedence integertimeRange object
_type_ integercommonOptions object
clusterDBBackedup booleanisFromBrowseBackup booleanpreserveLevel integerstripLevelType integerrestoreACLs booleanstripLevel integeroverwriteFiles booleanunconditionalOverwrite booleandetectRegularExpression booleandestination object
isLegalHold booleaninPlace booleandestClient object
clientId integerclientName stringdestPath string[]fileOption object
sourceItem string[]
{
"taskInfo": {
"associations": [
{
"subclientId": 0,
"applicationId": 0,
"clientName": "string",
"backupsetId": 0,
"instanceId": 0,
"clientId": 0,
"subclientName": "string",
"backupsetName": "string",
"instanceName": "string",
"_type_": 0,
"appName": "string"
}
],
"task": {
"ownerId": 0,
"runUserId": 0,
"taskType": 0
},
"subTasks": [
{
"subTaskOperation": 0,
"subTask": {
"subTaskType": 0,
"operationType": 0
},
"options": {
"adminOpts": {
"updateOption": {
"invokeLevel": 0
}
},
"restoreOptions": {
"restoreACLsType": 0,
"impersonation": {
"useImpersonation": true,
"user": {
"password": "string"
}
},
"virtualServerRstOption": {
"viewType": 0,
"isFileBrowse": true,
"userPassword": {
"userName": "string"
},
"diskLevelVMRestoreOption": {
"useVcloudCredentials": true
}
},
"volumeRstOption": {
"volumeLeveRestore": true
},
"browseOption": {
"listMedia": true,
"useExactIndex": true,
"noImage": true,
"fromTime": 0,
"commCellId": 0,
"toTime": 0,
"mediaOption": {
"copyPrecedence": {
"copyPrecedence": 0
}
},
"timeRange": {
"_type_": 0
}
},
"commonOptions": {
"clusterDBBackedup": true,
"isFromBrowseBackup": true,
"preserveLevel": 0,
"stripLevelType": 0,
"restoreACLs": true,
"stripLevel": 0,
"overwriteFiles": true,
"unconditionalOverwrite": true,
"detectRegularExpression": true
},
"destination": {
"isLegalHold": true,
"inPlace": true,
"destClient": {
"clientId": 0,
"clientName": "string"
},
"destPath": [
"string"
]
},
"fileOption": {
"sourceItem": [
"string"
]
}
}
}
}
]
}
}
{
"taskInfo": {
"associations": [
{
"subclientId": 587,
"applicationId": 106,
"clientName": "VMWare_SP14",
"backupsetId": 217,
"instanceId": 163,
"clientId": 1407,
"subclientName": "windowsVMsync",
"backupsetName": "defaultBackupSet",
"instanceName": "VMware",
"_type_": 0,
"appName": "Virtual Server"
}
],
"task": {
"ownerId": 1,
"runUserId": 1,
"taskType": 1
},
"subTasks": [
{
"subTaskOperation": 1,
"subTask": {
"subTaskType": 3,
"operationType": 1001
},
"options": {
"adminOpts": {
"updateOption": {
"invokeLevel": 0
}
},
"restoreOptions": {
"restoreACLsType": 3,
"impersonation": {
"useImpersonation": true,
"user": {
"password": "/x05M2NmZTNlZWI4NTRlOGFhNjRlMDE1NWJlYzAxOTY3NGQ1"
}
},
"virtualServerRstOption": {
"viewType": 0,
"isFileBrowse": true,
"userPassword": {
"userName": "root"
},
"diskLevelVMRestoreOption": {
"useVcloudCredentials": true
}
},
"volumeRstOption": {
"volumeLeveRestore": false
},
"browseOption": {
"listMedia": false,
"useExactIndex": false,
"noImage": true,
"fromTime": 0,
"commCellId": 2,
"toTime": 0,
"mediaOption": {
"copyPrecedence": {
"copyPrecedence": 0
}
},
"timeRange": {
"_type_": 54
}
},
"commonOptions": {
"clusterDBBackedup": false,
"isFromBrowseBackup": true,
"preserveLevel": 1,
"stripLevelType": 0,
"restoreACLs": true,
"stripLevel": 0,
"overwriteFiles": false,
"unconditionalOverwrite": false,
"detectRegularExpression": true
},
"destination": {
"isLegalHold": false,
"inPlace": false,
"destClient": {
"clientId": 706,
"clientName": "arya2016proxy"
},
"destPath": [
"C:/Logs"
]
},
"fileOption": {
"sourceItem": [
"/50172d1f-e697-9ebd-19b2-eb51e1537925/C/bootmgr"
]
}
}
}
}
]
}
}
Loading...