Skip to content

Latest commit

 

History

History
55 lines (26 loc) · 1.57 KB

File metadata and controls

55 lines (26 loc) · 1.57 KB

Introduction

Documentation Link for Cisco SD-WAN APIs

https://sdwan-docs.cisco.com/Product_Documentation/Command_Reference/vManage_REST_APIs

API-Library

  • The API library for the vManage can be accesssed at https://{{vmanage-ip}}/apidocs

Screen-Shot-2019-06-02-at-10-50-56-PM.png

Chrome Developer Tools

Screen-Shot-2019-06-09-at-4-24-37-PM.png

Use Case-1 - Device Auditing

Run python script to get serial and chassis numbers of devices which are part of the SD-WAN overlay.

  • API Used - https://{{vmanage-ip}}/dataservice/system/device/management/systemip
  • METHOD - GET

Use Case-2 - vSmart Policy Push

Run python script to push centralized policy on the vSmart controller.

  • API Used - https://{{vmanage-ip}}/dataservice/template/policy/vsmart
  • METHOD - POST

Use Case-3 - Device Template Push

Run python script to push configuration on the WAN Edge Device.

  • API Used - https://{{vmanage-ip}}/dataservice/template/device/config/attachcli
  • METHOD - POST

Use Case-4 - Device Monitoring

Leverage Third party tools to look at integrations for monitoring SD-WAN devices.

  • Tools Used - LiveAction, SevOne
  • APIs Used - https://{{vmanage-ip}}/dataservice/data/device/state/Interface -- https://{{vmanage-ip}}/dataservice/data/device/state/BFDSessions
  • METHOD - GET