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:
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?