Previous Topic: CreateAddedSoftwarePackageProcedure2Next Topic: CreateSoftwarePackageProcedure2


CreateSoftwarePackageProcedure

The CreateSoftwarePackageProcedure method creates a new software package procedure.

Parameters

xsd:string sessionId (m)

The session identifier.

CreateSoftwarePackageProcedureProperties softwarePackageProcedureProperties (m)

The properties required to create a software package procedure.

xsd:boolean externalProcedure

If not supplied, the default value is false.

Return Values

xsd:string createSoftwarePackageProcedureReturn

If a software package procedure was successfully created, the UUID of the new procedure is returned.

Remarks

None

More information:

SoftwarePackageProcedureProperties

CreateSoftwarePackageProcedure3

The CreateSoftwarePackageProcedure3 method creates a new software package procedure. This method is provided to support “excludeFromRAC” option while creating the procedure, the existing API’s doesn’t have the option.

Parameters

xsd:string sessionId

Session Id. got from the login to the web service.

dsm:CreateSoftwarePackageProcedureProperties3 softwarePackageProcedureProperties

Specifies the properties required to create a software package procedure.

Return Values

xsd:string softwarePackageProcedureUUID

UUID of the newly created software procedure.