cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
232
Views
0
Helpful
1
Replies

Querying for Unity License Information Programmatically

mike.giles
Level 1
Level 1

When querying for Unity license information via the following URL:

http://MyUnityServerHostname:8080/cual/CiscoUnitySystemInformation.jws?method=GetLicenseInformation

How should I interpret the <LicPoolingIsEnabled> XML tag that is returned in the SOAP message? I have seen a number of unsigned values and so I'm not convinced its just a boolean value. It seems that values like "2", "3", etc. reflect additional information. Possibly how many servers are in the license pool? Any help is greatly appreciated. Thanks.

1 Reply 1

lindborg
Cisco Employee
Cisco Employee

The license pooling should be treated as 0 or empty as being off and any other value as being on - from a client side it simply means it's sharing licenses in the pool - details about the other servers involved in the pool have to be fetched from the location objects elsewhere, that is not reflected in the license file XML blob you get back.