Previous Topic: SetSoftwareJobContainer3Next Topic: Software Jobs


UnsealSoftwareJobContainers

The UnsealSoftwareJobContainers method unseals one or more software job containers. After unsealing, you can modify the container.

Parameters

xsd:string sessionId (m)

The session identifier.

ArrayOfstring softwareJobContainerIds (m)

An array of UUIDs identifying the software job containers to be unsealed.

Return Values

This is a void method that does not expose a return value.

Remarks

None

CreateSoftwareJobContainer4

The CreateSoftwareJobContainer4 method creates a software job container.

Parameters

xsd:string sessionId

Specifies the session ID obtained from the DSM web services login.

dsm:CreateSoftwareJobContainerProperties4 properties (m)

Specifies 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 was successfully created.

GetServiceDeskRequestURLForContainer

The GetServiceDeskRequestURLForContainer method returns the CA Service Desk request URL for a job container.

Parameters

xsd:string sessionId

Specifies the session ID obtained from the DSM web services login.

xsd:string jobContainerId (m)

Specifies the UUID of the software job container.

Return Values

xsd:string requestURL

Contains the CA Service Desk request URL for container.