Previous Topic: CreateConfigureSoftwareJobInSoftwarePolicyByName3Next Topic: CreateInstallSoftwareJob3


More Information:

CreateSoftwareJobOrderProperties

CreateInstallSoftwareJob

The CreateInstallSoftwareJob method creates a new software job of type 'Install'.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageProcedureId (m)

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

CreateSoftwareJobOrderProperties softwareJobOrder (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 unitIds

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

ArrayOfstring unitGroupIds

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

Return Values

xsd:string CreateInstallSoftwareJobReturn

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.