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. Backup Manager Functions

Backup Manager Functions

Function

Description

See APTgetJobTypeName.

Used to query database tables related to backup job details, such as apt_v_job and apt_v_nbu_job

See APTgetTapeDriveStatusName.

Use this function to access data from: apt_v_tape_drive. This function returns a character string.

See getFullPathname.

Use this function to access data from: apt_v_client_file. This function returns a character string.

See listJobSummaryAfterRestart.

Returns a list of NetBackup jobs. It could be used, for example, to determine the ultimate success for NetBackup jobs within a backup window. For example, if the backup window was set for 4:00 p.m. to 4:00 p.m. the next day, if the restart completed before the end of the backup window, it is considered to be successful.

See listJobSummaryAfterRestart for NetWorker Backup Jobs.

Returns a list of NetWorker jobs that do not have a backup window. It could be used, for example, to determine ultimate success for NetWorker jobs. If the job restart finishes within the timeframe (startDate - finishDate), it is considered successful.

See listJobSummaryAfterRestartNBW.

Returns a list of NetBackup jobs that do not have a backup window. It could be used, for example, to determine ultimate success for NetBackup jobs.

See listOfBackupWindowDates.

Two versions of this function enable the following functionality:

  • returns a list of backup windows explicitly supplied in the function

  • returns a list of backup windows gleaned from the windows defined in the Portal

See listOfBackupWindowDates (by Backup Window ID).

Based on the backup window definition, the function returns a list of the adjusted start and finish dates.

Feedback

Was this page helpful?
Previous

Example Query

Next

APTgetJobTypeName

Feedback

Was this page helpful?