Previous Topic: ImportSoftwarePackageByNameNext Topic: OpenSoftwarePackageList


OpenSoftwarePackageInstallationList

The OpenSoftwarePackageInstallationList opens a list of installations that have been made for a given software package.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageId (m)

The UUID identifying the software package whose installations should be listed.

xsd:string unitGroupId

The UUID identifying a group of units by which to filter the list of installations. You can use this parameter to return a list of software package installations to only those units within a specific group.

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 GetSoftwarePackageInstallations

xsd:long totalNoOfSoftwarePackages

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

Remarks

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

More information:

UnitSoftwareJobPropertiesRequired