Previous Topic: OpenSoftwarePolicyListRecursiveNext Topic: OpenSoftwarePolicySoftwarePolicyExceptionList


OpenSoftwarePolicySoftwareJobList

The OpenSoftwarePolicySoftwareJobList method opens a list of the software jobs that are contained by the given software policy.

The method returns the total number of software jobs in the list, and a handle to the list that can be used for further calls to GetSoftwarePolicySoftwareJobs

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePolicyId (m)

The UUID of the software policy whose member jobs should be listed.

SoftwareJobPropertiesRequired softwareJobPropertiesRequired (m)

The properties that will be required when getting a job from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of jobs that can be passed to GetSoftwarePolicySoftwareJobsResponse

xsd:long totalNoOfSoftwareJobs

The total number of jobs in the list whose handle has been returned.

Remarks

None

More information:

SoftwareJobPropertiesRequired