cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3385
Views
5
Helpful
4
Replies

Get Jitter and latency for SDWAN router from Viptela API

I can get interface or tunnel stats like rx and tx packets, but how to get latency and jitter from the API from an interface or tunnel?

4 Replies 4

Thanks

Hello @RakeshKulkarni82221  yes this is possible - 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

 

See this use case here 

 

Hope this helps.

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

hello @bigevilbeard I am getting below error

 

status code == 403

response.text :
                  ('<html><head><title>Error</title></head><body>SessionTokenFilter: Token '
                   'provided via HTTP Header does not match the token generated by the '
                  'server.</body></html>')

 

If I try directly from apidocs url, its working, but when I try to do it with python after authenticating and passing the cookie i am getting the above error.