cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
274
Views
1
Helpful
1
Replies

CLI show logging equivalent in vManage API

Jye-Floreani
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

View solution in original post

1 Reply 1

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.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io