Previous Topic: OpenSoftwarePackageGroupListRecursiveNext Topic: OpenSoftwarePackageGroupSoftwarePackageListRecursive


OpenSoftwarePackageGroupSoftwarePackageList

The OpenSoftwarePackageGroupSoftwarePackageList method opens a list of the software packages that are members of the given software package group.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageGroupId (m)

The UUID of the software package group whose member packages should be listed.

SoftwarePackagePropertiesRequired softwarePackagePropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of packages that can be passed to GetSoftwarePackageGroupSoftwarePackages

xsd:long totalNoOfSoftwarePackages

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

Remarks

The method returns the total number of software packages in the list, and a handle to the list that you can use for further calls to GetSoftwarePackageGroupSoftwarePackages.

More information:

SoftwarePackageGroupPropertiesRequired