Cisco-SD-WAN
Number of APIs: 9
Cisco SD-WAN solution management component, vManage exposes the REST APIs and vManage UI is API driven which means any action we do on vManage UI would have associated RESTful API call. Using vManage REST APIs, we can export Alarms, Events, Statistics etc. from vManage to any 3rd Party Applications/Tools.
The Cisco SD-WAN REST API is a programmatic interface for controlling, configuring, and monitoring the Cisco SD-WAN devices in an overlay network. You access the REST API through the vManage web server. The API is documented on the vManage host, and you can access the documentation by using your browser to navigate to https://
This Qodex environment and collection that can be used to interact with the Cisco SD-WAN powered by Viptela 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.
-
2. SD-WAN Fabric Devices - Fabric Devices GET https://{{vmanage}}:{{port}}/dataservice/device
-
4. SD-WAN Device Policy - Policy List GET https://{{vmanage}}:{{port}}/dataservice/template/policy/list
-
1.Authentication - Authentication POST https://{{vmanage}}:{{port}}/j_security_check
-
2. SD-WAN Fabric Devices - Devices Status GET https://{{vmanage}}:{{port}}/dataservice/device/monitor
-
2. SD-WAN Fabric Devices - Device Counters GET https://{{vmanage}}:{{port}}/dataservice/device/counters
-
2. SD-WAN Fabric Devices - Interface statistics GET https://{{vmanage}}:{{port}}/dataservice/statistics/interface
-
3. SD-WAN Device Template - Template Feature GET https://{{vmanage}}:{{port}}/dataservice/template/feature
-
3. SD-WAN Device Template - Template Feature Type GET https://{{vmanage}}:{{port}}/dataservice/template/feature/types
-
4. SD-WAN Device Policy - vEdge Template Policy GET https://{{vmanage}}:{{port}}/dataservice/template/policy/vedge/devices