Previous Topic: CreateSoftwareJobContainerNext Topic: CreateSoftwareJobContainerProperties2


CreateSoftwareJobContainer3

The CreateSoftwareJobContainer3 method creates a new software job container.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence CreateSoftwareJobContainerProperties3. This sequence 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.

softwarejobContainer3 (m)

Specifies the properties required to create a software job container.

Return Values

xsd:string softwareJobContainerId

Returns the UUID of the new container if a software job container is successfully created.

Remarks

None