Previous Topic: CloseSoftwarePolicyList2Next Topic: CreateInstallSoftwareJobInSoftwarePolicy2


CreateInstallSoftwareJob2

The CreateInstallSoftwareJob2 method creates a new software job of type 'Install'. The method takes SoftwareJobOperationMask2 sequence that has an extra flag reinstall. Please check SoftwareJobOperationMask2 sequence for more details.

Parameters

xsd:string sessionId (m)

Specifies the session ID obtained from the login to the web service.

xsd:string softwarePackageProcedureId (m)

The UUID identifying the software package procedure that should be used by the job.

CreateInstallSoftwareJobOrderProperties createInstallSoftwareJobOrderProperties (m)

The properties required to create and order a software job.

xsd:string softwarejobContainerId (m)

The UUID identifying the job container associated with this new software job.

ArrayOfstring unitGroupIds

An array of UUIDs identifying the unit groups to which the job should be applied.

ArrayOfstring unitIds

An array of UUIDs identifying the units to which the job should be applied.

Return Values

xsd:string softwareJobId

If a software Install job was successfully created, the UUID of the new job is returned.

Remarks

You must specify UnitIds or UnitGroupids or both.

More information:

CreateInstallSoftwareJobOrderProperties