listJobSummaryAfterRestart for NetWorker Backup Jobs
This function returns a list of NetWorker jobs within a backup window. It could be used, for example, to determine ultimate client backup success for NetBackup jobs. If the job restart finishes within the time frame (startDate - finishDate), it is considered successful.
Note:
In a SQL Template Designer query, the function name must be prefaced with:
listJobSummaryAfterRestart( startDate, finishDate, backupWindowId, clientList, excludeStatusList, excludePolicyList, excludeClientList)
Argument Name | Type |
|---|---|
startDate | DATE with the value derived from the Scope Selector |
finishDate | DATE with the value derived from the Scope Selector |
backupWindowId | If no backup window is defined, the default is 12 hours from the start date. To configure a Backup Window via the Portal: Admin > Reports > Backup Windows and click Add. To determine the backupWindowId, |
clientList | numberListType Example: numberListType(1,2,3) |
excludeStatusList | numberListType Example: numberListType(1,2,3) |
excludePolicyList | numberObjectListType Example: numberObjectListType(numberObjectType(1), numberObjectType(2)) |
excludeClientList | numberObjectListType Example: numberObjectListType(numberObjectType(1), numberObjectType(2))) |