cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
861
Views
0
Helpful
2
Replies

SD-WAN Sandbox

haskhr
Level 1
Level 1

when trying to get SD-WAN device list from sandbox by using Python and REST API ,i'm receiving information of vSmart , vManage & vBond only while i should receive information of SDWAN edge devices .

any advice how to get these devices information?

1 Accepted Solution

Accepted Solutions

haskhr
Level 1
Level 1

thanks a lot , i have tried again after reviewing the above links and now is working 

View solution in original post

2 Replies 2

@haskhr you can use, the GET which displays all devices in the overlay network that are connected to the vManage instance.

 

https://{{vmanage}}:{{port}}/dataservice/device/

 

Display all available vEdge routers in the overlay network.

https://{{vmanage}}:{{port}}/dataservice/system/device/vedges

 

https://developer.cisco.com/docs/sdwan/#!device-inventory

 

Hope this helps.

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

haskhr
Level 1
Level 1

thanks a lot , i have tried again after reviewing the above links and now is working