cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1063
Views
0
Helpful
2
Replies

AXL API to get the list of online users/devices

Chen-Che.Huang1
Level 1
Level 1

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

2 Replies 2

Evgeny Izetov
Level 1
Level 1

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

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