cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
902
Views
0
Helpful
2
Replies

APIs to get TLOC and Tunnel stats from vManage dashboards

raihanAbidin
Level 1
Level 1

Hi, 

I have connected to SD WAN lab using openConnect and able to get response from vManage APIs using postman. In vManage dashboards for TLOC and Tunnel, there are stats like Latency, Jitter, Loss (%), FEC Loss Recovery (%) and etc. Are there APIs available to fetch these stats information? Any pointers will be greatly appreciated. 

 

2 Replies 2

Hello @raihanAbidin yes - you can use do this, you can get App Route Statistics (Latency/Loss/Jitter) using Aggregation APIs and create an Excel/csv report.

 

Resource URL structure components
A Resource URL retrieves app route statistics such as latency, loss, and jitter using aggregation APIs in /statistics/approute/fec/aggregation.

URL : https://<vManage-ip>/dataservice/statistics/approute/fec/aggregation

Here is an example which will work on the sanbdox https://developer.cisco.com/codeexchange/github/repo/CiscoDevNet/sdwan-application-route-policy

 

Hope this helps.

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

Thank you!