v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRestore scans
Lists the details of Restore scans job.
Returns the details of Restore scans job.
get/rwcscanmaster/v1/jobs/{JobID}
Path parameters
JobIDinteger required
Specify the Restore scans job ID to view its details. Get the Restore scans job ID using 'Lists all the Restore scans jobs.' API.
Response
OK
Example response
{
"scanJobID": 831,
"customerID": 2,
"globalCustomerID": "10293",
"orgID": -1,
"orgName": "Default Organization",
"userID": 1,
"userName": "Ernie Carter",
"csetID": 123,
"deviceID": 123,
"deviceName": "Ernie Carter's Macbook.",
"productID": 8193,
"productJobType": "Restore",
"resourceType": "Endpoint",
"resourceID": 1,
"resourceName": "Ernie Carter's Macbook.",
"restoreJobID": 1,
"addTime": "2021-04-12T09:33:55Z",
"startTime": "2021-04-12T09:33:55Z",
"lastUpdatedTime": "2021-04-12T09:33:55Z",
"endTime": "2021-04-12T09:33:55Z",
"compactedTime": "2021-04-12T09:33:55Z",
"jobType": "Restore Scan",
"houstonJobID": 123,
"attemptNo": 1,
"statusCode": 1,
"status": "Successful",
"workloadName": "Endpoint",
"storageTableName": "storage_us_east_1_123",
"storageID": 1,
"filesProcessed": 1000,
"affectedFiles": 10,
"skippedFiles": 20,
"createdByID": 123,
"createdByName": "Druva Cloud Admin",
"createdByType": "Admin",
"createdByGlobalID": "12345",
"quickRestoreScanSettings": {
"excludeExtensionsFromScan": [
".exe",
".dll",
".tmp"
],
"maxFileSizeToScanInMB": 200,
"daysBeyondWhichToSkipScan": 30
}
}