GithubHelp home page GithubHelp logo

autoex's Introduction

Xilai Secure SD-WAN - 4

Description

This is a test case [email protected]

Tag

[stage] - Walk, Run

[LifeCycle] - Day 0, Day 1

[Domain] - Campus/Branch

[Scenario]

[Product]

The Cisco SD-WAN software provides a REST API, which 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. This sample code uses Go to interact with the SD-WAN REST API. This should be used with SD-WAN Release 16.9.x and Cisco SD-WAN Release 18.3.x

Objectives

  • Use the Cisco SD-WAN REST API to configure, control, and monitor SD-WAN devices in an overlay network.
  • Use the authentication processes on different versions of the SD-WAN API.
  • Establish HTTPS session to the server with a cookie example. When you use a program or script to transfer data from a vManage web server or perform operations on the server, you must first create the session to get a cookie.
  • Perform the login operation and security checks on the vManage web server at the specified IP address, so that you can use the POST method to perform WAN setup and configuration.

API authentication Process

  • Send POST request for authentication with vManage web server.
  • Method: POST
  • Request URL: https://vmanage-ip:vmanage/j_security_check
  • POST Request Payload: {'j_username' : username, 'j_password' : password}

Getting/Printing Device Information

  • Method: GET
  • Request URL: https://vmanage-ip:vmanage/dataservice/device

Requirements

To use this application you will need:

  • Go version go1.11+
  • Cisco SD-WAN 18+
  • A Cisco SD-WAN account with permissions to attach and detach templates

Whitepaper

forPreWhitePaperVal

forPreWhitePaperVal2

Related Sandbox

Catalyst 9800 Wireless LAN Controller

Related LearningLab

Networking Basics

Solutions on EcosystemExchange

Physical Density Controls

Instant, custom splash pages for WiFi access

Sales Play Category

SD-WAN

autoex's People

Contributors

tongzhg avatar

Watchers

 avatar

Forkers

ariellily

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.