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. APTgetJobTypeName

APTgetJobTypeName

This function can be used to query database tables related to backup job details, such as apt_v_job and apt_v_nbu_job.

FUNCTION APTgetJobTypeName(
productType,
jobType,
vendorJobType)

This function returns a character string.

Note:

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

Argument Name

Type

Length

productType

Number

2

jobType

Number

4

vendorJobType

Number

Example Query 1
SELECT rtd.APTgetJobTypeName(j.product_type, j.job_type, NULL) 
FROM apt_v_job j
Example Query 2
SELECT rtd.APTgetJobTypeName(j.product_type, j.job_type, n.vendor_job_type)
FROM apt_v_nbu_job n, apt_v_Job j
WHERE j.job_id = n.job_id

The output from this example:

Full Backup
Appl Backup
Appl Backup

Feedback

Was this page helpful?
Previous

Backup Manager Functions

Next

APTgetTapeDriveStatusName

Feedback

Was this page helpful?