Previous Topic: GetSoftwareJobOutputFileNext Topic: GetSoftwareJobOutputFile Location


GetSoftwareJobOutputFile2

This method returns the path of Software job output file location, if any.

Parameters
xsd:string sessionId

Defines the session Id of the web service login.

xsd:string softwareJobId

Defines the UUID of the softwareJob.

xsd:string unitId

Defines the UUID of the computer or user profile to which the job is deployed.

xsd:int unitType

Specifies the type of unit.

0 for computer.

1 for user profile.

Return Values
xsd:string filePath

Defines the location of job output file.

Xsd:Boolean isCopiedFile

Defines the value whether the job output file is a temporary file or the master file in the manager SD library. When Web Services is connected to a remote manager, the job output file is copied to the webservices machine. The webservice API user must delete this copied file after its usage. For more information, see GetSoftwareJobOutputFile Location.