Question

ScheduleID from Job Summary

  • 14 December 2022
  • 5 replies
  • 50 views

Badge +4

I have a request to extend the backup job summary report to include information about the schedule from which the job was started. I think I've searched every DB view but can't find any reference from a completed job to the ScheduleID. Can you please give me a reference or explain why this is not saved?


5 replies

Userlevel 7
Badge +23

Let me ask internally.

Event this REST API call lacks the schedule ID:

https://documentation.commvault.com/v11/essential/48754_rest_api_get_schedule_properties.html

Be in touch!

Userlevel 1
Badge +5

Hi,

Login to the CommServ’s Powershell and try this

Link : https://documentation.commvault.com/v11/essential/117846_get_cvschedulepolicy.html

 

This should help

Badge +4
Hello and thanks for the quick replies. I know how to find scheduleIDs and information about schedules. What I'm missing is the reference to a schedule from a completed job. Not whether this job was started by a schedule or manually, but by which schedule it was started.
Badge +4

The actual goal is to show/create a backup report with the SchedulePattern (daily/weekly/monthly/etc.) per job. If this is possible without a ScheduleID, then any solution is welcome.

Badge +4

Can a connection be made between a completed job and the schedule pattern used for it? 
E.g.
Job 1234567
Started at 09:15:02
Scheduled at 09:15:00
By schedule DailyInc0915

Reply