Previous Topic: GetSoftwareJobNext Topic: GetSoftwareJobs


GetSoftwareJob3

The GetSoftwareJob3 method retrieves a software job identified by its UUID.

Additionally, this method retrieves the ShutdownAfterLast property that includes information on whether a target computer is to be shut down after completion of the last SD job. The method returns the retrieved software job properties in the sequence SoftwareJobProperties3, which includes another sequence SoftwareJobBootMask3. The SoftwareJobBootMask3 sequence contains the option ShutdownAfterLast.

This method also retrieves the userMessage property that includes the custom administrator message linked with the software job in SD. The sequence SoftwareJobProperties3 includes the option userMessage.

Parameters

xsd:string sessionId (m)

Specifies the session ID obtained from the login to the web service.

xsd:string softwareJobId (m)

Specifies the UUID of the software job that you want to update.

SoftwareJobPropertiesRequired softwareJobPropertiesRequired (m)

Specifies the software job properties to retrieve.

Return Values

SoftwareJobProperties3 softwareJobProperties3

Returns the retrieved software job properties.

Remarks

None

More information:

SoftwareJobPropertiesRequired