Previous Topic: EmptySoftwarePackageProcedureGroupsNext Topic: FindSoftwarePackageProcedureGroup


FindSoftwarePackageProcedure

The FindSoftwarePackageProcedure method finds a software package procedure given its name and task type, and given the name and version of the software package with which it is associated.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageName (m)

The name of the software package to which the requested procedure should belong.

xsd:string softwarePackageVersion (m)

The version of the software package to which the requested procedure should belong.

xsd:string softwarePackageProcedureName (m)

The name of the software package procedure to find.

SoftwarePackageProcedureTask softwarePackageProcedureTask

The type of the software package procedure to find.

Return Values

xsd:string FindSoftwarePackageProcedureReturn

If a software package procedure is found its UUID is returned.

Remarks

The names and versions must be specified exactly. This method does not allow wildcards. The software package and procedure names are case insensitive.

More information:

SoftwarePackageProcedureTask