Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IV. End user
  4. Pipelined functions for report query building
  5. listJobSummaryAfterRestartNBW

listJobSummaryAfterRestartNBW

This function returns a list of NetBackup jobs regardless of a backup window. It could be used, for example, to determine ultimate success for NetBackup jobs. If the job restart finishes within the timeframe (startDate -finishDate), it is considered successful.

Note:

In the SQL Template Designer query, the function name must be prefaced with: rtd.

listJobSummaryAfterRestartNBW
startDate,
finishDate,
clientList,
excludeStatusList,
excludePolicyList,
excludeClientList,
jobTypeList)

Argument Name

Type

startDate

DATE with the value derived from the Scope Selector

finishDate

DATE with the value derived from the Scope Selector

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)))

jobTypeList

numberListType

Example: numberListType(1,2,3)

Feedback

Was this page helpful?
Previous

Example Query

Next

Example Query

Feedback

Was this page helpful?