Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 06:38
Show Gist options
  • Select an option

  • Save afaqk9394/05a5772cbec18eff7b90fdc8231c8c82 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/05a5772cbec18eff7b90fdc8231c8c82 to your computer and use it in GitHub Desktop.
REST API with ACI Toolkit
import acitoolkit
url = 'https://sandboxapicdc.cisco.com'
username = 'admin'
pwd = 'ciscopsdt'
session = acitoolkit.Session(url, username, pwd)
print (session.login())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment