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
)

Arguments

job_id

Job id

server

Siwaa server url

api_key

Available Siwaa API KEY

with_job_info

to choose to have job_info. Default value FALSE.

with_job_metrics

to choose to have job_metrics. Default value FALSE.

with_job_common_problems

to choose to have job_common_problems. Default value FALSE.

with_job_resume

to choose to have job_resume. Default value FALSE.

brut

Boolean to force brut format instead of filtered/adapted one

Value

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.