Previous Topic: GetSoftwareJobContainerSoftwareJobsNext Topic: GetSoftwareJobContainersRecursive


GetSoftwareJobContainerSoftwareJobs3

The GetSoftwareJobContainerSoftwareJobs3 method retrieves the software jobs from a job list of a software job container.

This method also retrieves the ShutdownAfterLast property that includes information on whether to shut down a target computer after completion of the last SD job. The method returns a retrieved list of software job properties (within the software job container) 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:long listHandle (m)

Specifies a numeric handle to a list as returned by a previous call to OpenSoftwareJobContainerSoftwareJobList.

xsd:long noOfSoftwareJobs (m)

Specifies the total number of software jobs to get from the list. This number must be less than or equal to the total number in the list as returned by a previous call to OpenSoftwareJobContainerSoftwareJobList.

Return Values

ArrayOfSoftwareJobProperties3 arrayOfSoftwareJobProperties3

Returns an array of SoftwareJobProperties3—one for each job requested from the list.

Remarks

None

More information:

SoftwareJobProperties3