02-17-2025 08:41 PM
Hello DevNet,
Is anyone aware of an API substitute for the CLI command "show logging"?
The closest I've found is /dataservice/stream/device/log, which I haven't had any luck with in testing. There seems to be a lack of documentation or any example code/calls. If anyone had any examples, I would greatly appreciate it, even if it's not a suitable substitute.
The purpose of this is to find a very specific line that is indicative of a IOS software bug in one of our devices.
Solved! Go to Solution.
02-18-2025 01:21 AM
I think you might have explored the only bulk API, the only other I can think of is under hardware here https://developer.cisco.com/docs/sdwan/device-realtime-monitoring/#hardware
Outside of this, you might need to set up a webhook or look at running a cron job to the nms in vmanage to extract the logs from there.
Hope this helps.
02-18-2025 01:21 AM
I think you might have explored the only bulk API, the only other I can think of is under hardware here https://developer.cisco.com/docs/sdwan/device-realtime-monitoring/#hardware
Outside of this, you might need to set up a webhook or look at running a cron job to the nms in vmanage to extract the logs from there.
Hope this helps.
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