module documentation
RAPI client utilities.
Class |
|
No class docstring; 0/1 instance variable, 4/4 methods documented |
Function |
|
Function to poll for the result of a job. |
Constant | HTTP |
Undocumented |
Function to poll for the result of a job.
Parameters | |
rapi | RAPI client instance |
job | Job ID |
reporter:cli.JobPollReportCbBase | PollJob reporter instance |
Returns | |
The opresult of the job | |
Raises | |
errors.JobLost | If job can't be found |
errors.OpExecError | if job didn't succeed |
See Also | |
ganeti.cli.GenericPollJob |