Previous Topic: GetSoftwarePolicySoftwareJobs3Next Topic: LinkSoftwarePoliciesToUnitGroup


GetSoftwarePolicySoftwarePolicyExceptions

The GetSoftwarePolicySoftwarePolicyExceptions method retrieves the exception units from a software policy's exception list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenSoftwarePolicySoftwarePolicyExceptionList.

xsd:long noOfSoftwarePolicyExceptions (m)

The total number of exception units to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenSoftwarePolicySoftwarePolicyExceptionList.

Return Values

ArrayOfSoftwarePolicyExceptionProperties GetSoftwarePolicySoftwarePolicyExceptionsReturn

An array of SoftwarePolicyExceptionProperties - one for each exception unit requested from the list.

Remarks

You can make multiple calls to GetSoftwarePolicySoftwarePolicyExceptions to iterate down the list.

More information:

SoftwarePolicyExceptionProperties