Previous Topic: OpenSoftwarePolicyListNext Topic: OpenSoftwarePolicyListRecursive


OpenSoftwarePolicyList3

The OpenSoftwarePolicyList3 method returns the total number of software policies in the list, and a handle to the list that you can use for further calls to GetSoftwarePolicies3.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence SoftwarePolicyPropertiesRequired3. This sequence uses a parameter to set the requirement for the userMessage field in the retrieved software job container properties.

Parameters

xsd:string sessionId (m)

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

xsd:string softwarePolicyId

Ignore this parameter.

SoftwarePolicyPropertiesRequired3 softwarePolicyPropertiesRequired3 (m)

Specifies the properties that are required when getting a software policy from the list.

Return Values

xsd:long OpenListHandle

Returns a numeric handle to a list of software policies that you can pass to GetSoftwarePolicies.

xsd:long totalNoOfSoftwarePolicies

Returns the total number of software policies in the list for which the handle has been returned.

Remarks

None

More information:

SoftwarePolicyPropertiesRequired3