getJobReports.Rd
Gathering call of some methods according to some boolean activations
getJobReports(
job_id,
server,
api_key,
with_job_info = FALSE,
with_job_metrics = FALSE,
with_job_common_problems = FALSE,
with_job_resume = FALSE,
brut = FALSE
)
Job id
Siwaa server url
Available Siwaa API KEY
to choose to have job_info. Default value FALSE.
to choose to have job_metrics. Default value FALSE.
to choose to have job_common_problems. Default value FALSE.
to choose to have job_resume. Default value FALSE.
Boolean to force brut format instead of filtered/adapted one
job_info Job information if with_job_info.
job_metrics Job metrics if with_job_metrics.
job_common_problems Job common potential problems if with_job_common_problems.
job_resume Job resume if with_job_resume. Only for job in 'paused' state => Value NULL if job not in 'paused' state.