12-17-2020 05:39 AM - edited 12-18-2020 03:31 AM
Hi all,
I'm using RESTConf to query our Catalyst 9300s, but when it comes to CDP Neighbors I am coming unstuck. I have a switch which I know has 3 Access Points and 2 9300s as neighbors, and when I view the switch's WebUI or command line, it shows all 5 devices:
However, when I query the device over RESTConf using Postman, it only returns the 2 C9300s.
The query I am using is:
https://x.x.x.x/restconf/data/Cisco-IOS-XE-cdp-oper:cdp-neighbor-details/cdp-neighbor-detail?fields=device-name;local-intf-name;port-id;platform-name
How can I return all neighbors using RESTConf - Can anyone tell me where my issue lies?
Thank you