sdwan-snow-integration

This repo is meant to give guidance while integrating Cisco SD-WAN Manager with Service Now to open and close incidents automatically using wehbooks. You can find the post I created about it here to get a full explanation not only of the code, but the SD-WAN configuration and a little demo.

Components

  1. SD-WAN enviornment with wan edges deployed. SD-WAN Manager 20.12, lower versions can be used as well.
  2. Service Now instance, you can request a developer instance for free.
  3. Webhook app built on Golang

Running the Webhook Server

  1. Replace the envarionment variables with your Service Now instance, user and password.
SNOW_USER="<YOUR_USER>"
SNOW_PASS='<YOUR_PASSWORD>'
SNOW_INSTANCE="<YOUR_INSTANCE>"
  1. Run the app server from the root of the repository
go mod download
go run ./*.go
  1. Trigger a webhook event from vManage. See images here
View code on GitHub
  • Owner

  • Contributors

    +2Github contributors
  • Categories

  • Products

    Catalyst SD-WAN
  • Programming Languages

    Go
  • License

    BSD 3-Clause "New" or "Revised" License

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.