Cisco-SD-WAN-AlwaysOn

Number of APIs: 306

This public repo contains a Qodex environment and collection that can be used to interact with the Cisco SD-WAN vManage REST API. The environment is pre-configured to access the Cisco DevNet Always On Sandbox for SD-WAN fabric. You can edit the variables in the environment to point to your own vManage instance. The collection contains REST API calls to authenticate, get a list of devices that are part of the SD-WAN fabric, and get device status, counters, and interface statistics for all the interfaces in the fabric. Feel free to modify them as you see fit and to add more calls to the collection. To use the Cisco SD-WAN sandbox, and search for SD-WAN sandboxes.https://developer.cisco.com/sandbox

  1. 7. Real-Time Monitoring-IP - Retrieve FIB list from device GET https://{{vmanage}}:{{port}}/dataservice/device/ip/fib?deviceId={{deviceId}}

  2. 7. Real-Time Monitoring-Tunnel - Retrieve tunnel BFD statistics all devices from device GET https://{{vmanage}}:{{port}}/dataservice/device/tunnel/bfd_statistics?deviceId={{deviceId}}

  3. 7. Real-Time Monitoring-Policy - Retrieve zone based firewall statistics from device GET https://{{vmanage}}:{{port}}/dataservice/device/policy/zbfwdropstatistics?deviceId={{deviceId}}

  4. 7. Real-Time Monitoring-NTP - Retrieve NTP peer associations list from device GET https://{{vmanage}}:{{port}}/dataservice/device/ntp/associations?deviceId={{deviceId}}

  5. 7. Real-Time Monitoring-BFD - Retrieve device BFD state summary with tloc color dia GET https://{{vmanage}}:{{port}}/dataservice/device/bfd/state/device/tloc?deviceId={{deviceId}}

  6. 7. Real-Time Monitoring-DHCP - Retrieve DHCP server entries from device GET https://{{vmanage}}:{{port}}/dataservice/device/dhcp/server?deviceId={{deviceId}}

  7. 7. Real-Time Monitoring-Interface - Retrieve interfaces serial ? GET https://{{vmanage}}:{{port}}/dataservice/device/interface/serial?deviceId={{deviceId}}

  8. 7. Real-Time Monitoring-Device Control - Retrieve connections summary from device GET https://{{vmanage}}:{{port}}/dataservice/device/control/summary?deviceId={{deviceId}}

  9. 7. Real-Time Monitoring-Device Control - Retrieve connections list from vManage GET https://{{vmanage}}:{{port}}/dataservice/device/control/synced/connections?deviceId={{deviceId}}

  10. 6. Bulk Statistics (min 20min period) - WLAN Clients GET https://{{vmanage}}:{{port}}/dataservice/data/device/statistics/wlanclientinfostatistics?startDate={{startDate}}&endDate={{endDate}}&timeZone={{timeZone}}&count={{count}}