freezerclient.v1.managers.jobs
Module¶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:
{
} |
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:
{
} |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.