Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are collecting different records from Cisco Meraki API for a customer. So far we are successfully getting all network device information, but the customer has a request to fetch the DNS entries from Meraki. Some questions regarding this:If we unde...
We try to access the TACACS Server API and collect the server information, following this example:https://www.cisco.com/c/en/us/td/docs/routers/nfvis/user_guide/b-api-reference-for-cisco-enterprise-nfvis/b-api-reference-for-cisco-enterprise-nfvis_cha...
We used this request on Monitoring API to get the session active list: https://<ISEhost>/admin/API/mnt/Session/ActiveList Generally, we get about 11K active endpoints or MAC addresses from this active list. However, if we go to the Cisco ISE UI dashb...
We want to get detailed information from session's active Mac Addresses, and below is what we did: First, we used this request on Monitoring API to get the session active list: https://<ISEhost>/admin/API/mnt/Session/ActiveList The active list gave ...
We want to get information from all active Mac Addresses, and below is what we did: First, we used this request on Monitoring API to get the session active list: https://<ISEhost>/admin/API/mnt/Session/ActiveList The active list gave us about 10,000...
ACS. We also find the second link to the API document, but the API still shows 404 client error below:HTTPError: 404 Client Error: Not Found for url: https://172.10.100.21/Rest/Identity/User/Do you know the reason for this?