cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
826
Views
6
Helpful
2
Replies

Easy QoS API?

kennyytrup
Level 1
Level 1

Hi,

According to the Easy QoS design guide the CUCM tells the APIC-EM when a call is being established.

Dynamic QoS flows are initiated when call signaling systems, such as CUCM, use the northbound REST-based API to signal to APIC-EM that a call has been established


But what about other applications? I was thinking using the API to setup dynamic QoS for non Cisco stuff like Citrix.


I have been looking through the API library but cant fint anything about the subject.


Am I on the right track here?


Thank you

/Kenny

1 Accepted Solution

Accepted Solutions

aradford
Cisco Employee
Cisco Employee

Yes, the API are documented.  Swagger has them in /policy/flow

I also put them into my DevNet deep dive presentation (slide 71)

https://www.slideshare.net/CiscoDevNet/apicem-api-deep-dive

I wrote a little lync app a while ago as a POC.

There are some current limitations:

1) Dynamic QoS only works on wired today (wireless is coming)

2) There are only two traffic classes you can mark, voice and video

Adam

View solution in original post

2 Replies 2

aradford
Cisco Employee
Cisco Employee

Yes, the API are documented.  Swagger has them in /policy/flow

I also put them into my DevNet deep dive presentation (slide 71)

https://www.slideshare.net/CiscoDevNet/apicem-api-deep-dive

I wrote a little lync app a while ago as a POC.

There are some current limitations:

1) Dynamic QoS only works on wired today (wireless is coming)

2) There are only two traffic classes you can mark, voice and video

Adam

Thank you so much! Thats what I was looking for

/Kenny