Cisco-Reservable-SD-WAN You

Number of APIs: 10

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 Reservable 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. 1.Authentication - Token GET https://{{vmanage}}:{{port}}/dataservice/client/token

  2. 2. SD-WAN Fabric Devices - Fabric Devices GET https://{{vmanage}}:{{port}}/dataservice/device

  3. 1.Authentication - Authentication POST https://{{vmanage}}:{{port}}/j_security_check

  4. 2. SD-WAN Fabric Devices - Device Counters GET https://{{vmanage}}:{{port}}/dataservice/device/counters

  5. 3. SD-WAN Device Template - Template Feature GET https://{{vmanage}}:{{port}}/dataservice/template/feature

  6. 2. SD-WAN Fabric Devices - Interface statistics GET https://{{vmanage}}:{{port}}/dataservice/statistics/interface

  7. 3. SD-WAN Device Template - Template Feature Type GET https://{{vmanage}}:{{port}}/dataservice/template/feature/types

  8. 2. SD-WAN Fabric Devices - Devices Status GET https://{{vmanage}}:{{port}}/dataservice/device/monitor

  9. 4. SD-WAN Device Policy - vEdge Template Policy GET https://{{vmanage}}:{{port}}/dataservice/template/policy/vedge/devices

  10. 4. SD-WAN Device Policy - Policy List GET https://{{vmanage}}:{{port}}/dataservice/template/policy/list