Previous Topic: GetSoftwarePolicySoftwareJobs2Next Topic: OpenSoftwareJobContainerList2


OpenParentSoftwareJobContainerList2

The OpenParentSoftwareJobContainerList2 method opens a list of the software job containers that are parent containers of the software job container.

The method returns the total number of software job containers in the list, and a handle to the list that you can use for further calls to GetParentSoftwareJobContainers2.

Parameters

xsd:string sessionId (m)

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

xsd:string softwareJobContainerId (m)

The UUID of the software job container whose parent containers should be listed.

SoftwareJobContainerPropertiesRequired2 softwareJobContainerPropertiesRequired2 (m)

The properties that are required when getting a software job container from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of software job containers that can be passed to GetParentSoftwareJobContainers2.

xsd:long totalNoOfParentSoftwareJobContainers

The total number of parent software job containers in the list whose handle has been returned.

Remarks

None

More information:

SoftwareJobContainerPropertiesRequired2