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

get sla-class changing via api

dijix1990
VIP Alumni
VIP Alumni

Hi I want to get status of changing sla-classes via api

Like we have sla class parameters for sla-name VDI-VOIP

  • Loss - 5%
  • Latency - 10ms
  • Jitter - 10ms

and we have sla class parameters for sla-name VDI-DATA

  • Loss - 10%
  • Latency - 50ms
  • Jitter - 20ms

when one channel non-compliance with SLA traffic goes via another because of app-route and we can see in events 

dijix1990_0-1751347032083.png

 

that means channel not good for voip traffic because of sla policy and voip traffic goes via another channel.

I try to find in the apidocs thise events but couldn't, maybe someone to know how to get it?

 

1 Accepted Solution

Accepted Solutions

How about this?

Doesnt this meet your needs ?

JeongjunPark_0-1751526271414.pngJeongjunPark_1-1751526289662.png

 

View solution in original post

6 Replies 6

Check the code here https://developer.cisco.com/codeexchange/github/repo/CiscoDevNet/sdwan-application-route-policy/

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

Hi, that's not it. I monitored it via zabbix (loss / jitter / latency). I need to get info when traffic goes via another channel because it's not compatible with sla, like

  • New sla - VDI-DATA
  • Old sla - VDI-DATA, VDI-VOIP

this information we can see on the event dashboard vManage (I showed it on my picture) and on the cli via command show sdwan tunnel sla

 

Hi dijix1990.

 

I also tested it in the SD-WAN fabric.

According to my understanding, 

1. The traffic is comply with two SLAs. (In your test LAB, VDI-DATA and VDI-VOIP)

2. If tunnel violates the one of SLA (Ex, VDI-VOIP), It selects new one SLA. (VDI-DATA)

 

Well, It is kinda hard to understand and explain.

I attached the pictures. You can check it too.

 

JeongjunPark_0-1751438797741.pngJeongjunPark_1-1751438812792.png

Thank you.

 

Please remark this as a solution If this is helpful.

Hi, I know where can I see sla index, I get indexes from vmanage via api and I rename index 0,1,2 to VDI-DATA,VDI-VOIP (via preprocessing in zabbix)

dijix1990_0-1751442694480.png

the problem is for some devices number of index and name don't go in order for example we have indexes of sla 0,1,2

  • 0 - sla-name __all_tunnels__
  • 1 - sla-name VDI-Data
  • 2 - sla-name VDI-Voip 

for other devices it can be

  • 0 - sla-name __all_tunnels__
  • 1 - sla-name VDI-Voip 
  • 2 - sla-name VDI-Data

so it will be perfect if we can get name instead of number via API, but if I understand we don't have such parameters in sdwan api

 

How about this?

Doesnt this meet your needs ?

JeongjunPark_0-1751526271414.pngJeongjunPark_1-1751526289662.png

 

Yes, I think it is