How to get the topology information with the edges between switches and hosts using REST API?
If I use the following URL:
http://localhost:8080/controller/nb/v2/topology/default/
The topology information returned consists of only the edges between switches, but not any edge between a switch and a host.
Is there another REST API that can use to get those edges (between host and switch)?
Thanks!
Yiliang