Skip to content

Commit

Permalink
Update vManage_auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljos authored Mar 27, 2024
1 parent 3780ce7 commit 4ee65cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vManage_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Replace these variables with your own values
username = credentials.vManage_username
password = credentials.vManage_password
vmanage_ip = '64.100.11.55'
vmanage_ip = 'cisco.msp-sdwan.dc-01.com'

def authenticate(vmanage_ip, username, password):
url = f"https://{vmanage_ip}/j_security_check"
Expand Down

0 comments on commit 4ee65cf

Please sign in to comment.