Previous Topic: CreateInstallSoftwareJobInSoftwarePolicyByName3Next Topic: GetParentSoftwareJobContainers2


CreateSoftwareJobContainer2

This method creates a new software job container. The difference between the new and old (CreateSoftwareJobContainer) method is that the new method takes a new structure, CreateSoftwareJobContainerProperties2, which has a new member 'priority'. Using this you can set the priority of the container.

Parameters

xsd:string sessionId (m)

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

CreateSoftwareJobContainerProperties2 softwarejobContainer2(m)

The properties required to create a software job container.

Return Values

xsd:string softwareJobContainerId

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

Remarks

None

More information:

CreateSoftwareJobContainerProperties2