Software Defined Networking
1753797 Members
7602 Online
108805 Solutions
New Discussion

REST API for link bandwidth and latency

 
Avimanyu
Occasional Contributor

REST API for link bandwidth and latency

Hi,

I am using HP VAN SDN Controller 2.0 for developing an application. I have connected the controller to a Mininet network currently. I would like to know if there is any REST API which would give me the bandwidth and other details of a link between two nodes.

 

Please advise.

2 REPLIES 2
Dave_Rich
Occasional Advisor

Re: REST API for link bandwidth and latency

You can query the negotiated link speeds but I dont think you can see active traffic speed/throughput... but then again I have not explored the entire REST models

 

check your controller by going to https://<controller-ip>:8443/api   and  https://<controller-ip>:8443/sdn/v2.0/models

 

it helps if you do the models in either chrome or firefox and install the JSONVIEW extension for the browser. 

 

https://www.youtube.com/watch?v=amcvAZtU8lI    <---- will get you started if you havent explored this already

mjsmith11
Occasional Advisor

Re: REST API for link bandwidth and latency

Thank you for posting the link