Previous Topic: OpenUnitUnitGroupListNext Topic: OpenUnitUnitSoftwareJobList


OpenUnitUnitSoftwareInstallationJobList

The OpenUnitUnitSoftwareInstallationJobList method opens a list of software installations associated with a given unit.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string unitId (m)

The UUID identifying the unit whose software installation jobs are to be listed.

UnitSoftwareJobPropertiesRequired unitSoftwareJobPropertiesRequired (m)

The properties that will be required when getting an individual installation from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of software package installations that can be passed to GetUnitUnitSoftwareInstallationJobs

xsd:long totalNoOfUnitSoftwareInstallationJobs

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

Remarks

This method returns the size of the list, and a handle to the list that can be used with the GetUnitUnitSoftwareInstallationJobs method.

More information:

UnitSoftwareJobPropertiesRequired