ā10-27-2016 11:52 PM - edited ā03-13-2019 09:39 PM
Dear all,
I am looking for AXL Web API (https://developer.cisco.com/site/axl/documents/latest-version/axl-soap.gsp) to retrieve all the currently registered/online devices/users with their line number, but have not yet find
the desired API. Does AXL server provide such an API? Any comment is appreciated.
Best regards,
Chen-Che
ā11-05-2016 10:04 PM
Not exactly an API, but you can do some risdb queries on CLI. Here are some from my notes:
show risdb query phone !ā get phone information (device name, description, IP address, MAC, load, model, username etc)
run sql SELECT * from TypeModel !ā to get user-friendly phone model from previous command
show risdb query phoneextn !ā device name, IP address, extension
show risdb query list phone file phones_list !ā save to file
file get activelog platform/cli/phones_list.txt
ā11-10-2016 01:55 AM
Hi Evgeny,
Thanks for your comment. In our application, we need an API because the query should be addressed for some external service. Lack of such an API is cumbersome for us.
Best regards,
Chen-Che
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide