Previous Topic: CreateActivateSoftwareJobInSoftwarePolicyByNameNext Topic: CreateConfigureSoftwareJob


More Information:

CreateSoftwareJobOrderPolicyProperties3

CreateActivateSoftwareJobInSoftwarePolicyByName3

The CreateActivateSoftwareJobInSoftwarePolicyByName3 method creates a software job of type Activate within a given software policy.

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

This method also includes the functionality that helps you manage the custom administrator message. For the custom administrator message, the sequence CreateSoftwareJobOrderPolicyProperties3 includes two parameters: userMessage, which takes the message input from the user, and userMessageSupplied, which checks the presence of the userMessage field for the custom administrator message in SD.

Parameters

xsd:string sessionId (m)

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

SoftwarePackage softwarePackage (m)

Specifies the software package.

xsd:string softwarePackageProcedureName(mandatory)

Specifies the name of the software package procedure of type Activate.

xsd:string softwarePackageInstallProcedureName (m)

Specifies the install software package procedure name.

CreateSoftwareJobOrderPolicyProperties3 softwareJobOrderPolicyProperties3 (m)

Specifies the properties required to create and order a software job in a software policy.

xsd:string softwarePolicyName (m)

Specifies the name of the software policy in which the software job must be created.

Return Values

xsd:string softwareJobId

Returns the UUID of the new job if an Activate software job is successfully created.

Remarks

None