The freezerclient.v1.managers.jobs
Module¶
-
class
freezerclient.v1.managers.jobs.
JobManager
(client, verify=True)[source]¶ Bases:
object
-
abort_job
(job_id)[source]¶ Request to abort a job
Parameters: job_id – the id of the job to start Returns: the response obj: { result: string ‘success’ or ‘already stopped’}
-
headers
¶
-
start_job
(job_id)[source]¶ Request to start a job
Parameters: job_id – the id of the job to start Returns: the response obj: { result: string ‘success’ or ‘already started’}
-