Skip to main content

Issue command against a SDWAN router

Background

Use vmanage as the proxy to communicate with a SDWAN router. The data will be slightly from the CLI and is parsed in JSON

Inputs

  • system_ip
  • command

Output

There's three types of return:

  • normal return
  • error return. usually happens when a router is offline, system_ip is wrong or others
  • null return. happens when either of tokens or any of the inputs isn't valid.

Workflow