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.
I have a Flask server that I need to be notified of any events related to SWIM. There are no webhooks for this so I am polling Catalyst Center every few minutes to collect all the task IDs, then looking up the task details and trying to identify the ...
This may not be exactly what you are looking for but it may help. You don't need to reprovision the device to apply or update a template. From the Design / CLI Template page where you edit templates, select the template and then click Provision Templ...
Thank you! I was able to add a simple syslog message receiver to my Flask server and I am now able to set up triggers from the Audit Logs. I have logged samples of several SWIM events and can now schedule in depth host validation for end device autom...
It sounds to me like you are trying to create a credential set in the network settings and then apply it to the device. The credentials in the network settings are more for using standard configurations at a site or globally. you do not need to save ...
I use the RESTConf API off the WLC directly. The return on this will include a collection with an entry for every client. If all you need is a count it will be easy enough to get from there.'https://{ip}:443/restconf/data/Cisco-IOS-XE-wireless-client...