DownloadJobLogFiles

download_job_log_files(public_api_client, file_path, local_zip_file)

Description

To download the job log file in .zip format

Arguments

  • public_api_client: QDC api client object.
  • file_path: file path to download returned by get_job_log_files API.
  • local_zip_file: local path where to download the file.

Returns

  • True: if download is success
  • None: In case of failure.

Usages

qdc_api.download_job_log_files(public_api_client, "file path to download returned by get_job_log_files API", "c:\\temp\\file.zip")