IPWorks Cloud 2020 Python Edition

Questions / Feedback?

get_job_output Method

Retrieves the output from the job.

Syntax

def get_job_output(vault_name: str, job_id: str) -> None: ...

Remarks

This method retrieves the output from a completed job. If local_file is set, the data will be written to the specified file. If local_file is not set the data will be written to either inventory_data or archive_data depending on the type of job.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]