Previous Topic: CreateActivateSoftwareJobInSoftwarePolicyByName3Next Topic: CreateConfigureSoftwareJob3


More Information:

CreateSoftwareJobOrderProperties

CreateConfigureSoftwareJob

The CreateConfigureSoftwareJob method creates a new software job of type 'Configure'.

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.

xsd:string softwarePackageInstallProcedureId (m)

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

CreateSoftwareJobOrderProperties softwareJobOrderProperties (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 softwarePackageInstallationIds

An array of UUIDs identifying the installation jobs on which this activation job should be based. The targets from the given installation jobs are used so do not supply the unitGroupIds and unitIds parameters.

ArrayOfstring unitGroupIds

An array of UUIDs identifying the unit groups to which the job should be applied. Do not specify this parameter, if an array of softwarePackageInstallationIds has been given.

ArrayOfstring untiIds

An array of UUIDs identifying the units to which the job should be applied. Do not specify this parameter, if an array of softwarePackageInstallationIds has been given.

Return Values

xsd:string CreateConfigureSoftwareJobReturn

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

Remarks

If softwarePackageInstallationIds is Null, you must specify unitId or UnitGroupid.