Hello
Could please someone suggest how to get session list with domain names by API?
Our ISE is configured for getting passiveID from two DC . When I read session list with the request
https://ise/admin/API/mnt/Session/ActiveList
I get only usernames and ip addresses without the name of domain.
<activeSession>
<user_name>user1</user_name>
<calling_station_id>1.1.1.1</calling_station_id>
<server>ise-m</server>
<framed_ip_address>1.1.1.1</framed_ip_address>
<framed_ipv6_address/>
</activeSession>
Some of users have the same username in both domain and I can not to distinct them.
I tried to get this information by pxgrid but without success. I can not manage to issue appropriate certificate for that.
So the question is if there any way to read the list of current sessions with (ip_address, user_name, domain_name) by API?