Previous Topic: CreateSoftwarePackageProcedureNext Topic: DeleteSoftwarePackageProcedureGroups


CreateSoftwarePackageProcedure2

The CreateSoftwarePackageProcedure2 method creates a new software package procedure.

Additionally, this method provides the functionality to shut down a target computer after completion of the jobs. The method takes the sequence CreateSoftwarePackageProcedureProperties2, which includes another sequence SoftwarePackageProcedureBootMask2. The SoftwarePackageProcedureBootMask2sequence contains the option ShutdownAfterLast that lets you shut down the target computer after completion of the jobs.

This method also lets you use the software package procedure comment as a default user message for the jobs created using this procedure.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service

CreateSoftwarePackageProcedureProperties2 softwarePackageProcedureProperties (m)

Specifies the properties required to create a software package procedure.

Return Values

xsd:string createSoftwarePackageProcedureReturn

Returns the UUID the new procedure if a software package procedure is successfully created.

Remarks

None

More information:

SoftwarePackageProcedureProperties2