12-06-2020 11:55 PM
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
12-07-2020 07:28 AM
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
12-09-2020 06:49 AM
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?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide