SD-WAN

 View Only
Expand all | Collapse all

REST API for link bandwidth and latency

This thread has been viewed 2 times
  • 1.  REST API for link bandwidth and latency

    Posted Jun 24, 2015 08:32 AM

    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.  RE: REST API for link bandwidth and latency

    Posted Jul 02, 2015 04:59 PM

    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



  • 3.  RE: REST API for link bandwidth and latency

    Posted Jan 16, 2017 11:48 AM

    Thank you for posting the link