11-12-2020 10:28 AM - edited 11-12-2020 10:34 AM
Hi,
We try to get the AuthorizationProfile ID for ERS endpoint through Cisco ISE API, but we can't find the linkage between endpoint and authorization profile. The profileId listed in ERSEndpoint seems to be the "Profiler" profile ID, not the authorization profile ID we need.
Any help would be appreciated.
Thanks!
Solved! Go to Solution.
11-13-2020 03:20 AM - edited 11-13-2020 03:20 AM
I'm not sure whether I understand your question correctly, but you can use the following call to see which authorization profiles got applied to a session:
https://{mnt-host}/admin/API/mnt/AuthStatus/MACAddress/{mac}/{seconds}/{logcount}/All
In the response you should see the applied authorization profiles: <selected_azn_profiles>value</selected_azn_profiles>
11-13-2020 03:20 AM - edited 11-13-2020 03:20 AM
I'm not sure whether I understand your question correctly, but you can use the following call to see which authorization profiles got applied to a session:
https://{mnt-host}/admin/API/mnt/AuthStatus/MACAddress/{mac}/{seconds}/{logcount}/All
In the response you should see the applied authorization profiles: <selected_azn_profiles>value</selected_azn_profiles>
11-13-2020 08:03 AM - edited 11-13-2020 08:03 AM
Thanks! Basically what I want to get is something like this:
For an ERS endpoint, get its
11-13-2020 09:52 AM
Yes, We find the information from this monitoring API, thanks much!!!!
By the way, this is the curl command we found from another post, and it helps too:
curl -s -k --header 'Accept: application/xml' --user admin:C1sco12345 https://198.18.133.27/admin/API/mnt/AuthStatus/MACAddress/DE:AD:BE:EF:CA:FE/3600/100/All
11-16-2020 07:54 AM
We see another issue today, there are over 90000 endpoints from ERS endpoint API, but we only find about 3000 profile records from AuthStatus, does this mean that only 3000 endpoints are active and authorized?
06-21-2022 09:10 AM
I've run this API command and it has returned many records, only a few have <selected_azn_profiles> value for a given mac address. Is there a way to make this more consistent?
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