module documentation

RAPI client utilities.

Class RapiJobPollCb No class docstring; 0/1 instance variable, 4/4 methods documented
Function PollJob Function to poll for the result of a job.
Constant HTTP_NOT_FOUND Undocumented
def PollJob(rapi_client, job_id, reporter):

Function to poll for the result of a job.

Parameters
rapi_clientRAPI client instance
job_id:numberJob ID
reporter:cli.JobPollReportCbBasePollJob reporter instance
Returns
The opresult of the job
Raises
errors.JobLostIf job can't be found
errors.OpExecErrorif job didn't succeed
See Also
ganeti.cli.GenericPollJob
HTTP_NOT_FOUND: int =

Undocumented

Value
404