cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
876
Views
0
Helpful
3
Replies

Getting License information CUCM 10.5 using AXL

rabih.majzoub
Level 1
Level 1

I'm trying to get license information for CUCM 10.5 through AXL queries. I know that starting CUCM 9.0+, the licenses are managed from the ELM server. Is there anyone who managed to get the information for the following licenses? If yes, could you please share the commands?

CUWL Standard

Enhanced Plus

Enhanced

Basic

Essential

TelePresence Room

Couldn't find an answer to this in the forum. Please help.

Thanks.

3 Replies 3

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Rabih,

  

Request to refer this url - CUCM - AXL API : Getting License Info

Also for further quires related to AXL please post under the community - AXL

Thanks and Regards,

Geevarghese

driz
Level 4
Level 4

you can do some math functions to determine this assuming every device is assigned to a user...

they show up as gold silver bronze in informix though...

run sql select eu.pkid,d.name,d.fkenduser from enduser as eu inner join enduserdevicemap as eudm on eudm.fkenduser=eu.pkid inner join device as d on eudm.fkdevice=d.pkid where eudm.fkdevice=d.pkid order by eu.pkid

i used this code in a powershell axl request and math to determine license usage for bill-back.

Hi Wilfred, I know this post has been out there a long time ago, but would you mind sharing this code in a powershell axl?
Here is my email: guga3010@gmail.com
Thanks!
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: