Previous Topic: SetSoftwarePackageProcedureNext Topic: SetSoftwarePackageProcedureGroup


SetSoftwarePackageProcedure2

The SetSoftwarePackageProcedure2 method updates the properties of a 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 SetSoftwarePackageProcedureProperties2, which includes another sequence SoftwarePackageProcedureBootMask2. The SoftwarePackageProcedureBootMask2 sequence 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.

SetSoftwarePackageProcedureProperties2 setSoftwarePackageProcedureProperties (m)

Specifies the properties that must be updated for the specified software package procedure.

Return Values

This is a void method that does not expose a return value.

Remarks

None

More informatiom:

SetSoftwarePackageProcedureProperties2

SetSoftwarePackageProcedure3

The SetSoftwarePackageProcedure3 method updates the properties of a software package procedure. This method is provided to support “excludeFromRAC” option while updating the procedure properties, the existing API’s doesn’t have the option.

Parameters

xsd:string sessionId

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

dsm:SetSoftwarePackageProcedureProperties3 setSoftwarePackageProcedureProperties

Specifies the properties that must be updated for the specified software package procedure.

Return Values

None.