Commvault / cvpysdk

Developer SDK - Python
https://commvault.github.io/cvpysdk/
Apache License 2.0
54 stars 41 forks source link

Change priority of backup #174

Closed jsev1x closed 8 months ago

jsev1x commented 1 year ago

I'm wondering if it's possible to change the priority of a job either when it is submitted or modified after. I noticed in the Advanced tab of the GUI when I submit a backup, there's an option to change the priority from the default of 166. However, subclient.backup doesn't seem to offer a way to change this. Also, if I look at:

jobid = "" jobcontroller = commcell.job_controller job = jobcontroller.get(jobid) print(job.details['jobDetail']['generalInfo']['priority'])

This shows the priority is 166 but I don't see any method to change this.

Is it possible to modify the job priority from the python sdk?

spakhare commented 8 months ago

Please create a support ticket for this enhancement.