HI
I am currently learning programmability on Cisco IOS XE router. I am using python to monitor and configure the same.
Basically i am trying my hands on REST API and POSTMAN to pull the configuration and put the configuration.
but I am not able to find any documentation of the list of URLs that i can use in POSTMAN to get the configuration from the router for verification purpose.
When we enable REST API on Cisco ASA, a list of URLs are available to get/put the configuration.
Basically a doc file is available for ASA after configuring REST API.
I am looking for something similar for Cisco IOS XE, as i want to browse all possible objects details using POSTMAN.
Please help.
Thanks