Previous Topic: DeleteSoftwarePackagesByNameNext Topic: GetSoftwarePackage


FindSoftwarePackage

The FindSoftwarePackage method finds a software package given its name and version

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageName (m)

The software package name to search for.

xsd:string softwarePackageVersion (m)

The software package version to search for.

Return Values

xsd:string FindSoftwarePackageReturn

If a software package is found its UUID is returned.

Remarks

The name and version must be specified exactly. This method does not allow wildcards. The software package name is case insensitive.