Hi,
Is there a way to retrieve the license statistics available and installed?
I tried to recover them through the AXL API made available by cisco but without success.
I retrieve the license number through the following query
SELECT name,value FROM TABLE( FUNCTION LicenseTotals() )
(pkid,name,value,UserValue,DeviceValue)
but I can not recover the number of installed licenses, the number of available licenses and the state of licenses as shown in the administration panel of the Enterprise License Manager.
Thanks in advance