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

How to search in SD-WAN API Docs

test12333
Level 1
Level 1

Dear community,

I am new to programming/APIs and I'm working on some SD-WAN automation but I'm having hard time searching in SD-WAN API Docs (https://vmanageIP/apidocs) for the correct API I need for several use cases.

For example I want to pull the routing table from the vedge - how do I find corresponding API? The search function doesn't seem to work. 

Any inputs or guidance would be appreciated. thank you

2 Replies 2

omz
VIP Alumni
VIP Alumni

https://vmanageIP/apidocs is the right place to look for the API docs ..

The are multiple sections in API docs ... Monitoring, Troubleshooting, Real Time .. etc .. 

to look at the routing table you are most likely to use an endpoint from real-time .. for example ..

 

Real-Time Monitoring - OSPF
GET /device/ospf/database

or 

Real-Time Monitoring - OMP
GET /device/omp/peers

 

 

thanks, but I need the entire routing table from the edge device. GET device/ip/routetable works only on controllers... is there something like that for vedge?