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.
Hello,
in addition to the "normal" Intent-API (https://developer.cisco.com/docs/dna-center/) DNA Center uses some additional API calls for the representation of the web gui which are not documented. For example /api/assurance/v2/events or api/assur...
Hello,
I am searching for an opportunity to get informed by dna center if a ports goes up or down. I only need notification for access ports. In the Event Catalog from DNA Center, I can’t find such an event. In the assurance tab I see syslog and snmp...
One more solution, which is a little bit better/easier, is to use the api endpoint /api/assurance/v2/events. Response will be all events gathered from the network devices (including syslog Port-UP events). Yout still haven´t any notification, but wit...
yes, but it is not really pretty. I use the syslog buffer of the switch to get all syslog events. Therefor i use the Command Runner. Then i scan the received syslog events for a LINKUPDOWN event and extract the interface and timestamp of this event.